Skip to content

Commit

Permalink
Update main package-lock and publish-next workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnlam committed May 6, 2024
1 parent 50c55c0 commit b623551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Osp Rey [CI]"
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: npm ci
- run: npm install
- run: npm test
- run: npm run build
- run: ./node_modules/.bin/lerna publish --conventional-commits --conventional-prerelease --pre-dist-tag next --yes
Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b623551

Please sign in to comment.