chore: run build before publishing

This commit is contained in:
Hossein Mehrabi 2023-04-14 03:24:53 +03:30
parent 5e76f4e86f
commit adf5a6d711
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
"watch": "tsc && vite build --watch --emptyOutDir false",
"storybook": "start-storybook -p 6006 -s .storybook/public",
"build-storybook": "build-storybook -s .storybook/public",
"preview": "vite preview"
"preview": "vite preview",
"prepublish": "yarn build"
},
"dependencies": {
"@emotion/react": "^11.10.5",