Skip to content

Commit 65877d0

Browse files
fix: forgot to build the package
1 parent a774884 commit 65877d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
env:
3232
CI: "true"
3333

34+
- name: Build
35+
run: pnpm build
36+
3437
- name: Test
3538
run: pnpm test
3639

@@ -68,4 +71,5 @@ jobs:
6871
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6972
run: |
7073
pnpm install --frozen-lockfile
74+
pnpm build
7175
npx auto shipit

0 commit comments

Comments
 (0)