We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173a5e2 commit 801d9a8Copy full SHA for 801d9a8
package.json
@@ -27,7 +27,7 @@
27
"storybook": "ng run components:storybook",
28
"build-storybook": "ng run components:build-storybook",
29
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
30
- "postinstall": "patch-package"
+ "postinstall": "patch-package && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
31
},
32
"workspaces": [
33
"apps/*",
@@ -211,11 +211,7 @@
211
"@storybook/angular": {
212
"zone.js": "$zone.js"
213
214
- "replacestream": "4.0.3",
215
- "@types/minimatch": "3.0.5",
216
- "@electron/asar": {
217
- "@types/glob": "7.1.3"
218
- }
+ "replacestream": "4.0.3"
219
220
"lint-staged": {
221
"*": "prettier --cache --ignore-unknown --write",
0 commit comments