Skip to content

Commit

Permalink
[C] add build step to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 8, 2022
1 parent 08ae8a4 commit 8f1376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"publish:clean": "clean-publish",
"publish:clean": "yarn build && clean-publish",
"storybook": "yarn run test:generate-output && start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages",
"test": "jest",
Expand Down

0 comments on commit 8f1376a

Please sign in to comment.