Skip to content

Commit

Permalink
fix(KUI-1219): remove postinstall hook for mini-css-extract-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
belanglos committed Feb 13, 2024
1 parent 9005c43 commit 3c63a99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"docker:build": "bash ./docker-build-image.sh dev",
"docker:run": "bash ./docker-run-image.sh dev",
"docker:start-dev": "npm run docker:build && npm run docker:run",
"mini-css-extract-plugin": "yarn add mini-css-extract-plugin --no-lockfile --ignore-scripts",
"prepare": "husky install",
"postinstall": "npm run mini-css-extract-plugin && bash -c 'rm -rf ./dist; rm -rf ./node_modules/.cache/webpack'",
"start": "bash -c 'cat /KTH_NODEJS; NODE_ENV=production node app.js'",
"start-dev": "bash -c 'NODE_ENV=development concurrently --kill-others -n build,app \"npm run build-dev\" \"nodemon app.js\"'",
"test": "NODE_ENV=test jest --testPathIgnorePatterns=test/e2e",
Expand Down Expand Up @@ -86,7 +84,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "^15.1.0",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.8.0",
"nodemon": "^3.0.1",
"null-loader": "^4.0.1",
"path": "^0.12.7",
Expand Down

0 comments on commit 3c63a99

Please sign in to comment.