Skip to content

Commit

Permalink
feat(edit tools setup): edit tools setup
Browse files Browse the repository at this point in the history
edit tools setup
  • Loading branch information
septk committed May 5, 2019
1 parent 9251f7d commit 67f3f31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ compiled
.awcache
.rpt2_cache
docs
test/__snapshots__
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once",
"prepush": "npm run test:prod && npm run build",
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down

0 comments on commit 67f3f31

Please sign in to comment.