update to v4.2.0

This commit is contained in:
joneugster
2023-11-22 13:15:12 +01:00
parent 127ebffb6a
commit a568458fb2
6 changed files with 101 additions and 42 deletions

View File

@@ -13,7 +13,7 @@
"overrideCommand": true,
"onCreateCommand": {
"npm_install": "(cd ~/lean4game && npm install)",
"lake_build": "(cd ~/game && lake clean && lake exe cache get && lake build)"
"lake_build": "(cd ~/game && lake update -R && lake exe cache get && lake build)"
},
"postStartCommand": "cd ~/lean4game && export VITE_LEAN4GAME_SINGLE=true && npm start",
"customizations": {