feat: 收敛玩法运行时配置并加入故障恢复
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch",
|
||||
"mock-gps-sim": "node tools/mock-gps-sim/server.js"
|
||||
"test:runtime-smoke": "tsc -p tsconfig.runtime-smoke.json && node .tmp-runtime-smoke/tools/runtime-smoke-test.js",
|
||||
"mock-gps-sim": "node tools/mock-gps-sim/server.js",
|
||||
"publish:config": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all",
|
||||
"publish:config:classic": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 classic-sequential",
|
||||
"publish:config:score-o": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 score-o",
|
||||
"publish:config:dry-run": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all -DryRun"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user