Skip to content

Commit

Permalink
packages/ui build tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed May 8, 2024
1 parent 1cd0645 commit f49aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
"dev": "concurrently \"pnpm run tailwind\" \"storybook dev -p 6006\"",
"build-storybook": "storybook build",
"build-storybook": "tailwindcss -i ./src/styles/global.css -o ./src/styles/tailwind.css && storybook build",
"tailwind": "tailwindcss -i ./src/styles/global.css -o ./src/styles/tailwind.css --watch"
},
"devDependencies": {
Expand Down

0 comments on commit f49aadd

Please sign in to comment.