fix arg passing to dryrun

This commit is contained in:
bakedpotatolord 2025-05-03 11:09:12 -06:00
commit eabbd39f57
2 changed files with 2 additions and 1 deletions

View file

@ -24,4 +24,4 @@ jobs:
run: npm run setup
- name: dry run production build
run: npm run prod --dryrun
run: npm run prod-dryrun

View file

@ -72,6 +72,7 @@
"setup": "npm i && cd mods && npm i",
"dev": "gs-app-server --debug",
"prod": "gs-app-server",
"prod-dryrun": "gs-app-server --dryrun",
"start": "npm run prebuild && electron .",
"start-dev": "npm run prebuild && electron . --devel",
"start-dbg": "npm run prebuild && electron . --debugg",