Skip to content

Commit 1e6f9aa

Browse files
committed
update ci workflow
1 parent 4958e4a commit 1e6f9aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
run: pnpm install --no-frozen-lockfile
6969

7070
- name: Build codes
71-
run: pnpm build --all -t
71+
run: |
72+
pnpm build --all -t
73+
node -r esbuild-register scripts/postprocess.ts
7274
7375
- name: Cache dist
7476
uses: actions/cache@v4

0 commit comments

Comments
 (0)