Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
build(scripts): fix npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 15, 2019
1 parent 56fe10c commit aa279e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@
},
"scripts": {
"lint:deps": "npx updated",
"lint:ec": "node lib/bin.js",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx run-p lint:*",
"lint": "npx npm-run-all -p lint:*",
"open:coverage": "opener coverage/lcov-report/index.html",
"test:tap": "tap test --coverage-report=lcov --no-browser",
"test": "npx run-p test:*"
"test": "npx npm-run-all -p test:*"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit aa279e8

Please sign in to comment.