Skip to content

Commit

Permalink
fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent 401e553 commit 62035ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run tests
run: npx lerna run test:e2e --since master
- name: Build packages
run: npx lerna run build:packages --since master
run: npx lerna run build:package --since master
- name: Publish packages
run: npx lerna publish patch --no-verify-access --yes

Expand Down

0 comments on commit 62035ee

Please sign in to comment.