There was an error while loading. Please reload this page.
1 parent 7216c66 commit 4e77ae0Copy full SHA for 4e77ae0
2 files changed
.github/workflows/release.yml
@@ -44,7 +44,8 @@ jobs:
44
45
- run: npm run build
46
47
- - run: npm run pkg:server
+ - run: npx pkg . --targets ${{ matrix.target }}
48
+ working-directory: ./implementations/js/server
49
50
# macOS ad-hoc signing
51
- name: Codesign macOS binary
implementations/js/server/package.json
@@ -40,7 +40,7 @@
40
"dev": "tsx watch ./src/main.js",
41
"start": "node ./dist/main.cjs",
42
"build": "node ./src/scripts/build.js",
43
- "pkg": "npx pkg . --targets $PKG_TARGET"
+ "pkg": "npx pkg ."
},
"author": "Timé Kadel",
"license": "GPL-3.0-only",
0 commit comments