update workflow
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"overrideCommand": true,
|
||||
"onCreateCommand": {
|
||||
"npm_install": "(cd ~/lean4game && npm install)",
|
||||
"lake_build": "(cd ~/game && lake clean -R && lake build)"
|
||||
"lake_build": "(cd ~/game && lake update -R && lake build"
|
||||
},
|
||||
"postStartCommand": "cd ~/lean4game && export VITE_LEAN4GAME_SINGLE=true && npm start",
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user