Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Le committed Mar 2, 2018
1 parent 200a4ec commit 2b0daf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"test:u": "NODE_ENV=test jest --u",
"test:cov": "rimraf ./coverage && npm run test -- --coverage",
"prepush": "npm run test:cov",
"prepublishOnly": "npm run test:cov",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --fix src",
"prepublishOnly": "npm run test:cov",
"prerelease": "npm run prepublishOnly",
"release": "npm run build && np"
},
"devDependencies": {
Expand Down

0 comments on commit 2b0daf8

Please sign in to comment.