Skip to content

Commit 810d852

Browse files
committed
fix: skip postinstall git clean when not in a git repository
1 parent 623e1e2 commit 810d852

2 files changed

Lines changed: 0 additions & 56 deletions

File tree

package-lock.json

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"sideEffects": true,
5050
"scripts": {
5151
"config:check": "node js/check_config.js",
52-
"postinstall": "git clean -df fonts vendor modules/default",
5352
"install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev",
5453
"install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier && npx playwright install chromium",
5554
"lint:css": "stylelint 'css/**/*.css' 'defaultmodules/**/*.css' --fix",

0 commit comments

Comments
 (0)