Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 16, 2017
1 parent f23b903 commit b3261ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "cross-env NODE_ENV=test ./src/cli.js node mocha",
"test:coverage": "cross-env NODE_ENV=test ./src/cli.js node cover",
"test": "cross-env NODE_ENV=test ./src/cli.js",
"test:coverage": "cross-env NODE_ENV=test ./src/cli.js --coverage --single-run",
"test:coveralls": "npm run test:coverage && cat coverage/lcov.info | coveralls"
},
"bin": {
Expand Down

0 comments on commit b3261ba

Please sign in to comment.