Skip to content

Commit

Permalink
build(scripts): ordered scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Jul 28, 2019
1 parent ad71f15 commit ddc8213
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
"test": "test"
},
"scripts": {
"lint": "run-p lint-*",
"lint-src": "eslint src --fix --ext .ts",
"lint-tests": "eslint __tests__ --fix --ext .ts",
"lint": "run-p lint:*",
"lint:src": "eslint src --fix --ext .ts",
"lint:tests": "eslint __tests__ --fix --ext .ts",
"precommit": "lint-staged",
"commitmsg": "commitlint -e",
"babel": "babel src -d lib -s",
"jest": "jest",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit ddc8213

Please sign in to comment.