Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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