Skip to content

Commit

Permalink
add build to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhhai committed Oct 6, 2024
1 parent 870fd69 commit 1cfb3a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
npx lerna run build
npx lerna version prepatch --force-publish --no-changelog --yes
npx lerna publish from-git --yes
npx lerna publish from-git --yes

0 comments on commit 1cfb3a2

Please sign in to comment.