Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit bd5b94e

Browse files
committed
Add preversion npm script
1 parent 33689e3 commit bd5b94e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"lint": "eslint src/",
2828
"clean": "rimraf lib/",
2929
"build": "babel src/ --out-dir lib/",
30-
"prepublish": "npm run lint && npm run clean && npm run build"
30+
"preversion": "npm run lint && npm run clean && npm run build",
31+
"prepublish": "npm run clean && npm run build"
3132
},
3233
"keywords": [
3334
"babel-plugin",

0 commit comments

Comments
 (0)