Skip to content

Commit fbd0a5a

Browse files
authored
build: add build before publish to npm
1 parent 1134c44 commit fbd0a5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile
3232

33+
- name: Build project
34+
run: pnpm build
35+
3336
- name: Publish to npm
3437
run: pnpm publish --no-git-checks
3538
env:

0 commit comments

Comments
 (0)