1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/*",