Skip to content

Commit

Permalink
Fix usage of renamed script
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Mar 5, 2015
1 parent 42369d8 commit 33f5274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"test:unit": "istanbul test _mocha test/ -- -R spec --recursive",
"pretest": "npm run lint",
"test": "npm run unit-test --coverage",
"test": "npm run test:unit --coverage",
"posttest": "npm run check-coverage",
"coveralls": "cat ./build/coverage/lcov.info | coveralls",
"changelog": "pr-log"
Expand Down

0 comments on commit 33f5274

Please sign in to comment.