Skip to content

Instantly share code, notes, and snippets.

@datsenkoboos
Last active July 26, 2023 05:11
Show Gist options
  • Save datsenkoboos/94e6d8f757b302e291bfcc90387a36df to your computer and use it in GitHub Desktop.
Save datsenkoboos/94e6d8f757b302e291bfcc90387a36df to your computer and use it in GitHub Desktop.
Storybook Tailwind watch
"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