restore prod-dryrun for github workflows

This commit is contained in:
Stewart Allen 2025-07-09 13:18:17 -04:00
commit 1b496e8999
2 changed files with 2 additions and 1 deletions

View file

@ -96,6 +96,7 @@
"docs-check": "prettier --config ./conf/prettier.config.js ./docs --check",
"dev": "gs-app-server --debug --single",
"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",