diff --git a/striker-ui-api/package.json b/striker-ui-api/package.json index 844569d8..3768911b 100644 --- a/striker-ui-api/package.json +++ b/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" },