Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 10, 2024
1 parent 4958e4a commit 1e6f9aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build codes
run: pnpm build --all -t
run: |
pnpm build --all -t
node -r esbuild-register scripts/postprocess.ts
- name: Cache dist
uses: actions/cache@v4
Expand Down

0 comments on commit 1e6f9aa

Please sign in to comment.