Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
fix: remove build step in prepush script
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnj committed Mar 19, 2017
1 parent d7cc69f commit 3be2985
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 @@ -9,10 +9,10 @@
},
"scripts": {
"build": "babel cli.js --out-dir dist",
"lint": "eslint src/**/*",
"lint": "eslint cli.js",
"security": "snyk test",
"test": "npm run security && npm run lint",
"prepush": "npm test && npm run build"
"prepush": "npm test"
},
"main": "dist/cli.js",
"bin": {
Expand Down

0 comments on commit 3be2985

Please sign in to comment.