Skip to content

Commit

Permalink
prepublish -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Mar 19, 2018
1 parent ba5c056 commit 935ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"pretest": "npm run lint && npm run build",
"format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
"build": "rollup -c",
"prepublish": "rm -rf dist && npm test",
"prepublishOnly": "rm -rf dist && npm test",
"lint": "eslint src test",
"watch": "rollup -cw"
},
Expand Down

0 comments on commit 935ef5a

Please sign in to comment.