Skip to content

Commit

Permalink
update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jun 23, 2024
1 parent 3e20a8d commit bcab6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test-watch": "npm run test-node -- --watch",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
"release": "npm version --no-git-tag-version",
"preversion": "git checkout master && npm run lint && npm run test-all -- --save=true",
"preversion": "git checkout master && npm run lint && npm run test-node -- --save=true",
"version": "git checkout -b release/$npm_package_version && npm run build"
},
"files": [
Expand Down

0 comments on commit bcab6e3

Please sign in to comment.