Skip to content

Commit bbbe38d

Browse files
committed
Added npm prepare script
1 parent be4c66e commit bbbe38d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "Michael Peyper",
77
"license": "MIT",
88
"scripts": {
9+
"prepare": "npm run build",
910
"build": "babel --out-dir lib src",
1011
"format": "prettier-eslint --write \"**/*.{js,json,md}\"",
1112
"test": "jest --coverage",

0 commit comments

Comments
 (0)