Skip to content

Commit

Permalink
revert(patch-package): temporarily remove postinstall hook (#8287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai authored Nov 9, 2022
1 parent 56b671d commit 6cbee7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"build:es:bundle:core": "webpack --color --config webpack/es-bundle-core.babel.js",
"clean": "rimraf ./dist",
"predev": "npm install",
"postinstall": "patch-package",
"dev": "webpack serve --config webpack/dev.babel.js",
"deps-license": "license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv",
"deps-size": "webpack -p --config webpack/bundle.babel.js --json | webpack-bundle-size-analyzer >| $npm_package_config_deps_check_dir/sizes.txt",
Expand Down

0 comments on commit 6cbee7e

Please # to comment.