Skip to content

Commit

Permalink
chore: Add pre-release support to npm
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Feb 4, 2024
1 parent 770ccf0 commit 7dbf919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: teast-and-publish
name: test-and-publish

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"build-docker": "run-s build-docker-image build-docker-wasm",
"build": "mkdirp ./lib-esm && run-s compile-cpp compile bundle",
"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",
"watch": "run-p compile-watch bundle-watch",
Expand All @@ -116,6 +117,7 @@
"coverage": "nyc npm run test-node",
"coverage-report": "nyc report --reporter=lcov",
"tag": "run-s standard-version git-push",
"tag-next": "run-s standard-version-next git-push",
"purge-jsdelivr": "node ./utils/purge-jsdelivr.js",
"update": "npx npm-check-updates -u -t minor",
"update-major": "npx npm-check-updates -u"
Expand Down

0 comments on commit 7dbf919

Please sign in to comment.