mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 06:13:08 +02:00
Change pkg command
This commit is contained in:
parent
a6e7941e04
commit
3d15f89638
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -68,5 +68,5 @@ jobs:
|
||||||
cd packages/backend
|
cd packages/backend
|
||||||
mkdir dist
|
mkdir dist
|
||||||
rollup ./built/boot/entry.js --file ./dist/bundle.js --format cjs
|
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
|
ls
|
||||||
|
|
Loading…
Reference in a new issue