Skip to content

Commit

Permalink
fix(npm): remove npm-prepare script
Browse files Browse the repository at this point in the history
update mini-css-extract-plugin, formeo-sprite
  • Loading branch information
kevinchappell committed Feb 23, 2020
1 parent 595de41 commit 65fc364
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"start:demo": "cross-env NODE_ENV=development webpack-dev-server --mode development --open --config tools/webpack.config --copy",
"semantic-release": "semantic-release --ci --debug",
"travis-deploy-once": "travis-deploy-once --pro",
"prepare": "npm --prefix ./node_modules/mini-css-extract-plugin install ./node_modules/mini-css-extract-plugin && npm run --prefix ./node_modules/mini-css-extract-plugin build",
"prepush": "yarn test",
"defaults": "webpack-defaults"
},
Expand Down Expand Up @@ -132,7 +131,7 @@
"lint-staged": "7.3.0",
"lodash": "^4.17.11",
"mi18n": "^0.4.8",
"mini-css-extract-plugin": "webpack-contrib/mini-css-extract-plugin#master",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.1",
Expand Down
Loading

0 comments on commit 65fc364

Please sign in to comment.