fix: install nexe globally before building

This commit is contained in:
Alexis Tyler
2021-03-27 11:54:14 -07:00
parent 266644c2b5
commit 8b90970817

View File

@@ -112,7 +112,7 @@ jobs:
run: npm run clean && curl -sf https://gobinaries.com/tj/node-prune | sh && node-prune
- name: Build binary
run: npm run build-binary
run: npm i -g nexe && npm run build-binary
- name: Pack release
run: npm pack