Skip to content

Commit

Permalink
- run pkg directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Braumann committed Feb 14, 2022
1 parent 49a7342 commit 13ec949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
npm --version
- run: npm install
- run: dir
- run: npm run build
- run: npm i -g pkg
- run: pkg package.json -o dist/cli -t host
- run: Rename-Item dist\cli.exe cli-windows.exe
- store_artifacts:
path: dist
Expand Down

0 comments on commit 13ec949

Please sign in to comment.