1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

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

View File

@@ -27,7 +27,7 @@
"storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook",
"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": [
"apps/*",
@@ -211,11 +211,7 @@
"@storybook/angular": {
"zone.js": "$zone.js"
},
"replacestream": "4.0.3",
"@types/minimatch": "3.0.5",
"@electron/asar": {
"@types/glob": "7.1.3"
}
"replacestream": "4.0.3"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",