mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
fix preversion script
This commit is contained in:
parent
58fd9073ae
commit
c368c1405c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
"test-browser": "jest ./test/Browser.spec.js",
|
||||
"changelog": "conventional-changelog -i CHANGELOG.md -s -r",
|
||||
"release": "npm version --no-git-tag-version",
|
||||
"preversion": "git checkout -b master && npm run lint && SAVE=true npm run test-all",
|
||||
"preversion": "git checkout master && npm run lint && SAVE=true npm run test-all",
|
||||
"version": "git checkout -b release/$npm_package_version && npm run build"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
|
Loading…
Reference in a new issue