Skip to content

Commit 50cd8a7

Browse files
remove prepack script
1 parent 0b36db5 commit 50cd8a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
3333
"cm": "git-cz",
3434
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
35-
"travis": "npm run cover -- --report lcovonly",
36-
"prepack": "npm i yarn && yarn && rm -rf ./node_modules"
35+
"travis": "npm run cover -- --report lcovonly"
3736
},
3837
"peerDependencies": {
3938
"webpack": "^4.4.0"

0 commit comments

Comments
 (0)