Skip to content

Commit

Permalink
chore: update release script; remove lerna config
Browse files Browse the repository at this point in the history
dodged a bullet there
  • Loading branch information
boneskull committed Dec 17, 2023
1 parent b3b8024 commit a69b090
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes
run: node ./scripts/publish.js
5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

Loading

0 comments on commit a69b090

Please sign in to comment.