Skip to content

Commit

Permalink
chore: remove post-install type hack (#11860)
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu authored Nov 5, 2024
1 parent e3e6753 commit 77309d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 && rimraf ./node_modules/@types/glob && rimraf ./node_modules/@types/minimatch"
"postinstall": "patch-package"
},
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 77309d8

Please sign in to comment.