Skip to content

Commit 7216c66

Browse files
committed
fix(CI): add pkg to dev dependecies
1 parent b8cdfe1 commit 7216c66

3 files changed

Lines changed: 853 additions & 1 deletion

File tree

implementations/js/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dev": "tsx watch ./src/main.js",
4141
"start": "node ./dist/main.cjs",
4242
"build": "node ./src/scripts/build.js",
43-
"pkg": "npm run build && pkg . --targets $PKG_TARGET"
43+
"pkg": "npx pkg . --targets $PKG_TARGET"
4444
},
4545
"author": "Timé Kadel",
4646
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)