Skip to content

Commit

Permalink
fix preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 6, 2020
1 parent 58fd907 commit c368c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {},
Expand Down

0 comments on commit c368c14

Please sign in to comment.