mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
update package scripts
This commit is contained in:
parent
3e20a8d893
commit
bcab6e3982
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
"test-watch": "npm run test-node -- --watch",
|
"test-watch": "npm run test-node -- --watch",
|
||||||
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
|
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
|
||||||
"release": "npm version --no-git-tag-version",
|
"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"
|
"version": "git checkout -b release/$npm_package_version && npm run build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue