Skip to content
Snippets Groups Projects
Unverified Commit 3d15f896 authored by April John's avatar April John Committed by GitHub
Browse files

Change pkg command

parent a6e7941e
No related branches found
No related tags found
No related merge requests found
......@@ -68,5 +68,5 @@ jobs:
cd packages/backend
mkdir dist
rollup ./built/boot/entry.js --file ./dist/bundle.js --format cjs
pkg --debug --public ./built/boot/entry.js --targets latest-linuxstatic-x64,latest-linuxstatic-arm64,latest-macos-x64,latest-macos-arm64,latest-win-x64
pkg --debug --public ./dist/bundle.js --targets latest-linuxstatic-x64,latest-linuxstatic-arm64,latest-macos-x64,latest-macos-arm64,latest-win-x64
ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment