Skip to content

Commit 4e9ca1a

Browse files
committed
chore: add build step
1 parent b97a562 commit 4e9ca1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-registries.yaml

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
34+
run: pnpm build
35+
3336
- name: Publish packages on NPM
3437
run: pnpm publish -r --no-git-checks
3538
env:

0 commit comments

Comments
 (0)