Last active
July 26, 2023 05:11
-
-
Save datsenkoboos/94e6d8f757b302e291bfcc90387a36df to your computer and use it in GitHub Desktop.
Storybook Tailwind watch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dev-tailwind": "pnpm dlx tailwindcss -i ./src/assets/main.css -o .storybook/tailwind.css --watch", | |
"storybook": "conc \"storybook dev -p 6006\" \"pnpm run dev-tailwind\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment