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

Commit 43b4f22

Browse files
committed
Update npm prepublish to run lint and build
1 parent 6aca983 commit 43b4f22

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
@@ -24,7 +24,7 @@
2424
"build": "babel-plugin build",
2525
"push": "babel-plugin publish",
2626
"test": "babel-plugin test",
27-
"prepublish": "npm run build"
27+
"prepublish": "npm run lint && npm run build"
2828
},
2929
"keywords": [
3030
"babel-plugin",

0 commit comments

Comments
 (0)