Skip to content

Commit 8757950

Browse files
committed
fix(npm script): rename prepublish to prerelease
1 parent a0d8693 commit 8757950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"lib"
88
],
99
"scripts": {
10-
"prepublish": "npm run build",
1110
"pretest": "npm run build",
1211
"test": "npm run lint && karma start",
1312
"build": "npm run scripts",
1413
"postbuild": "npm install --progress=false",
14+
"prerelease": "npm test",
1515
"release": "standard-version",
1616
"lint": "standard src/*.js lib/index.js scripts/*.js",
1717
"scripts": "node scripts/refresh.js && node scripts/build.js"

0 commit comments

Comments
 (0)