Skip to content

Commit

Permalink
maint/build ~ refactor run-scripts to use npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Oct 4, 2019
1 parent 6d279b8 commit 2ca1ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | codecov --disable=gcov --pipe",
"lint": "npm run lint:spell && npm run lint:style",
"lint": "npm-run-all lint:*",
"lint:spell": "cspell *.js --no-summary",
"lint:style": "xo",
"pretest": "npm run lint",
Expand Down Expand Up @@ -45,6 +45,7 @@
"cspell": "^4.0.30",
"eslint": "^5.16.0",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"tsd": "^0.7.1",
"util": "^0.12.1",
Expand Down

0 comments on commit 2ca1ddf

Please sign in to comment.