We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9996728 commit 3b9d498Copy full SHA for 3b9d498
.github/workflows/release.yml
@@ -16,8 +16,8 @@ jobs:
16
- run: yarn --frozen-lockfile
17
- run: npm install --global pkg
18
- run: yarn build
19
- - run: curl -sf https://gobinaries.com/tj/node-prune | sh
20
- - run: node-prune
+# - run: curl -sf https://gobinaries.com/tj/node-prune | sh
+# - run: node-prune
21
- name: Build
22
run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win -C Brotli
23
- name: Release
0 commit comments