Skip to content

Commit

Permalink
Fix npm test by reverting it all back
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Sep 19, 2016
1 parent 2e4ce7a commit 2e2268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"cov:clean": "rimraf ./coverage/",
"cov:generate": "babel-node ./node_modules/.bin/isparta cover --report text --report html test/index.js",
"pretest": "npm run build",
"test": "babel-node test/index.js | tap-dot; exit ${PIPESTATUS[0]}",
"test": "babel-node test | tap-dot",
"clean": "rimraf dist/* && mkdir dist || true",
"lint": "eslint src && eslint test",
"prebuild": "npm run clean",
Expand Down

0 comments on commit 2e2268b

Please sign in to comment.