Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Force the use of the lockfile during CI builds #124

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

I promise I also updated the deployment script to use the lockfile. <3

From now on, whenever the package.json is modified, you should also generate and commit the new yarn.lock file that goes with it.

Closes #114