Delete @types/gulp & @types/minimatch on posinstall (#11509)

This can be reverted once https://github.com/electron/asar/issues/330 is resolved.
This commit is contained in:
Oscar Hinton 2024-10-22 19:58:13 +02:00 committed by GitHub
parent 173a5e2574
commit 801d9a870b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -27,7 +27,7 @@
"storybook": "ng run components:storybook", "storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook", "build-storybook": "ng run components:build-storybook",
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json", "build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
"postinstall": "patch-package" "postinstall": "patch-package && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
}, },
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
@ -211,11 +211,7 @@
"@storybook/angular": { "@storybook/angular": {
"zone.js": "$zone.js" "zone.js": "$zone.js"
}, },
"replacestream": "4.0.3", "replacestream": "4.0.3"
"@types/minimatch": "3.0.5",
"@electron/asar": {
"@types/glob": "7.1.3"
}
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --cache --ignore-unknown --write", "*": "prettier --cache --ignore-unknown --write",