Skip to content

Commit

Permalink
Delete @types/gulp & @types/minimatch on posinstall (#11509)
Browse files Browse the repository at this point in the history
This can be reverted once electron/asar#330 is resolved.
  • Loading branch information
Hinton authored Oct 22, 2024
1 parent 173a5e2 commit 801d9a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 801d9a8

Please sign in to comment.