index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9c26357..e72df9b 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "selenium-webdriver": "^4.19.0" }, "scripts": { - "start": "node server.cjs", - "start:esbuildserver": "node esbuild-server.mjs", + "start": "node esbuild-server.mjs", + "start:esbuild-server": "node server.cjs", "test:integ": "node ./node_modules/.bin/jest --detectOpenHandles --config jest.config.integ.cjs", "test:integ:debug": "NODE_INSPECT_RESUME_ON_START=1 node inspect ./node_modules/jest/bin/jest.js --config jest.config.integ.cjs --runInBand", "test": "jest" |