Skip to content

Commit

Permalink
fix(npm script): rename prepublish to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed May 14, 2016
1 parent a0d8693 commit 8757950
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 @@ -7,11 +7,11 @@
"lib"
],
"scripts": {
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "npm run lint && karma start",
"build": "npm run scripts",
"postbuild": "npm install --progress=false",
"prerelease": "npm test",
"release": "standard-version",
"lint": "standard src/*.js lib/index.js scripts/*.js",
"scripts": "node scripts/refresh.js && node scripts/build.js"
Expand Down

0 comments on commit 8757950

Please sign in to comment.