diff options
| author | April John <30842467+CutestNekoAqua@users.noreply.github.com> | 2023-10-07 16:06:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 16:06:49 +0200 |
| commit | 3d15f896381bd97c55a25e601be84e958b0b6de3 (patch) | |
| tree | 134549b762a790c881f01e6276cbf98bc3524b16 | |
| parent | Transpile when packaging from ESM to CJS (diff) | |
| download | sharkey-3d15f896381bd97c55a25e601be84e958b0b6de3.tar.gz sharkey-3d15f896381bd97c55a25e601be84e958b0b6de3.tar.bz2 sharkey-3d15f896381bd97c55a25e601be84e958b0b6de3.zip | |
Change pkg command
| -rw-r--r-- | .github/workflows/package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a635d9749d..2ee37c0c86 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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 |