Skip to content

Commit

Permalink
use prepublishOnly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
asfktz committed Jul 4, 2017
1 parent ae06aa7 commit 0d2dc12
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 @@
"test:inspect": "babel-node --inspect ./node_modules/.bin/tape specs/**/*.js",
"build": "del ./lib && babel src --out-dir lib",
"build:watch": "babel src --out-dir lib --watch",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"author": "Asaf Katz",
"license": "ISC",
Expand Down

0 comments on commit 0d2dc12

Please sign in to comment.