chore(striker-ui-api): add script to run in dev mode

main
Tsu-ba-me 3 years ago
parent e909a715a3
commit 7cea704fbb
  1. 1
      striker-ui-api/package.json

@ -5,6 +5,7 @@
"scripts": {
"build": "pkg --compress GZip --output striker-ui-api --targets node14-linux index.js",
"clean": "rm -f striker-ui-api",
"dev": "node index.js",
"rebuild": "npm run clean && npm run build",
"start": "npm run build && ./striker-ui-api"
},

Loading…
Cancel
Save