Skip to content

Commit 398d1e1

Browse files
committed
chore: removing prepare
1 parent 6142265 commit 398d1e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min",
6868
"build:commonjs": "babel src --out-dir lib",
6969
"build:umd": "webpack --config webpack.dev.js",
70-
"build:umd:min": "webpack --config webpack.prod.js",
71-
"prepare": "npm run clean && npm run check && npm run build"
70+
"build:umd:min": "webpack --config webpack.prod.js"
7271
},
7372
"repository": {
7473
"type": "git",

0 commit comments

Comments
 (0)