1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

chore: remove post-install type hack (#11860)

This commit is contained in:
Andreas Coroiu
2024-11-05 13:23:38 +01:00
committed by GitHub
parent e3e675383f
commit 77309d89f9

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 && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
"postinstall": "patch-package"
},
"workspaces": [
"apps/*",