0
0
Fork 0
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:
liabru 2024-06-23 20:25:27 +01:00
parent 3e20a8d893
commit bcab6e3982

View file

@ -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": [