Skip to content

Commit

Permalink
fix(ci): test build
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Dec 22, 2023
1 parent 0b371c8 commit 021f4ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build
run: |
yarn build
yarn pack
pnpm build
pnpm pack
cp adofai-gg-*.tgz package.tgz
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 021f4ec

Please sign in to comment.