Skip to content

Commit 801d9a8

Browse files
authored
Delete @types/gulp & @types/minimatch on posinstall (#11509)
This can be reverted once electron/asar#330 is resolved.
1 parent 173a5e2 commit 801d9a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"storybook": "ng run components:storybook",
2828
"build-storybook": "ng run components:build-storybook",
2929
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
30-
"postinstall": "patch-package"
30+
"postinstall": "patch-package && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
3131
},
3232
"workspaces": [
3333
"apps/*",
@@ -211,11 +211,7 @@
211211
"@storybook/angular": {
212212
"zone.js": "$zone.js"
213213
},
214-
"replacestream": "4.0.3",
215-
"@types/minimatch": "3.0.5",
216-
"@electron/asar": {
217-
"@types/glob": "7.1.3"
218-
}
214+
"replacestream": "4.0.3"
219215
},
220216
"lint-staged": {
221217
"*": "prettier --cache --ignore-unknown --write",

0 commit comments

Comments
 (0)