Skip to content

Commit 20390ee

Browse files
Added prestorybook:verify script in package.json:26 so the SVG plugin is rebuilt automatically before Storybook verification, ensuring the workspace package has a valid entry file on clean CI environments.
1 parent 74fe240 commit 20390ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"lint:format:base": "prettier-eslint \"**/*.{ts,js,vue,md,css,scss,sass}\"",
2727
"lint:format:check": "yarn lint:format:base --list-different",
2828
"lint:format:fix": "yarn lint:format:base --write",
29+
"prestorybook:verify": "yarn build:vite-plugin-svg",
2930
"storybook:verify": "yarn --cwd packages/ui sb:build",
3031
"publish-workspaces": "lerna publish from-package"
3132
},

0 commit comments

Comments
 (0)