Skip to content

Commit 8fd3c3a

Browse files
committed
add prepare
1 parent 330af54 commit 8fd3c3a

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
"scripts": {
77
"start": "webpack-dev-server -w",
88
"test": "echo \"Error: no test specified\" && exit 1",
9+
"prepare": "npm run build",
910
"build": "npm run build:main && npm run build:module",
1011
"build:main": "BABEL_ENV=main babel src -s -d lib",
1112
"build:module": "BABEL_ENV=module babel src -s -d module"

0 commit comments

Comments
 (0)