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

Commit 30532c6

Browse files
committed
Add prepublish script
1 parent 059921d commit 30532c6

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
@@ -19,7 +19,8 @@
1919
"scripts": {
2020
"build": "babel-plugin build",
2121
"push": "babel-plugin publish",
22-
"test": "babel-plugin test"
22+
"test": "babel-plugin test",
23+
"prepublish": "npm run build"
2324
},
2425
"keywords": [
2526
"babel-plugin",

0 commit comments

Comments
 (0)