Permalink
Browse files
chore(generic): add pretest step to improve development
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
package.json
|
@@ -13,7 +13,8 @@ |
|
|
"precommit": "npm run lint", |
|
|
"commit": "git-cz", |
|
|
"lint": "eslint src test", |
|
|
"prepublish": "npm run build", |
|
|
"prepublish": "gulp build", |
|
|
"pretest": "gulp build", |
|
|
"test": "npm run lint && mocha test --compilers js:babel-register --timeout=300000", |
|
|
"release:patch": "changelog -p && node ci/fix-changelog.js && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags", |
|
|
"release:minor": "changelog -m && node ci/fix-changelog.js && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags", |
|
|
0 comments on commit
558fae3