Skip to content

Commit 62035ee

Browse files
committed
fix package build
1 parent 401e553 commit 62035ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: npx lerna run test:e2e --since master
3636
- name: Build packages
37-
run: npx lerna run build:packages --since master
37+
run: npx lerna run build:package --since master
3838
- name: Publish packages
3939
run: npx lerna publish patch --no-verify-access --yes
4040

0 commit comments

Comments
 (0)