Skip to content

Commit

Permalink
chore: fix publish package action
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Nov 13, 2024
1 parent 1b458d6 commit 8800a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc

- name: Build all packages
run: yarn build:dev
run: yarn build:libs

# Lerna publish will, compute the new version, update files, run precommit hooks, tag, publish, and push change log
- name: Publish using Lerna
Expand Down

0 comments on commit 8800a2b

Please sign in to comment.