Skip to content

Commit

Permalink
fix: Release Please Publish (#250)
Browse files Browse the repository at this point in the history
Switch to lerna publish

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith authored Aug 14, 2024
1 parent 841d471 commit ca67fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm publish
npm run publish
- name: Purge jsdelivr
if: ${{ steps.release.outputs.release_created }}
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
"build-docker": "run-s build-docker-image build-docker-wasm",
"build-ws": "lerna run build",
"build": "run-s compile-cpp build-ws",
"standard-version": "standard-version",
"standard-version-next": "standard-version -p next",
"standard-version-dryrun": "standard-version --dry-run",
"git-push": "git push --follow-tags upstream trunk",
"serve-docs": "vitepress serve docs",
"serve": "ws",
Expand All @@ -64,8 +61,7 @@
"test": "lerna run test",
"coverage": "c8 npm run test-node",
"coverage-report": "c8 report --reporter=lcov",
"tag": "run-s standard-version git-push",
"tag-next": "run-s standard-version-next git-push",
"publish": "lerna publish --no-private from-package",
"purge-jsdelivr": "node ./utils/purge-jsdelivr.js",
"update-root": "npx -y npm-check-updates -u -t minor",
"update": "npm run update-root && lerna run update",
Expand Down

0 comments on commit ca67fa1

Please sign in to comment.