Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created September 6, 2024 07:26
Show Gist options
  • Save PCreations/b20228f97a5f7ea1326725dd64502249 to your computer and use it in GitHub Desktop.
Save PCreations/b20228f97a5f7ea1326725dd64502249 to your computer and use it in GitHub Desktop.
8e0d16b12a1a.diff
"test:e2e": "jest --config ./test/jest-e2e.json",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
- "postinstall": "patch-package"
+ "postinstall": "patch-package && rm -rf node_modules/@types/react"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment