Add prepare script (#31030)

Removed it when we switched to publishing, but that doesn't really
make sense
This commit is contained in:
David Baker
2025-10-15 10:22:42 +01:00
committed by GitHub
parent 146e4772ac
commit c519438dad

View File

@@ -31,6 +31,7 @@
], ],
"scripts": { "scripts": {
"postinstall": "patch-package", "postinstall": "patch-package",
"prepare": "vite build",
"storybook": "storybook dev -p 6007", "storybook": "storybook dev -p 6007",
"build-storybook": "storybook build", "build-storybook": "storybook build",
"lint": "yarn lint:types && yarn lint:js", "lint": "yarn lint:types && yarn lint:js",