Server doesn't refresh new game-script.js because of caching

As we would export our project and put it on the domain over and over again to update the project. it will take a long time to get the new game-script.js to be available in the browser. (other resources has been refreshed except for the script)

So it will be very annoying for user if the game-script.js is not the correct version.

is there any method to solve this problem? to force the browser/server to deliver the latest game-script.js instead of the old version on cache?