Skip to content

Commit

Permalink
fix(build): copy all files except styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BayanBennett committed Apr 9, 2023
1 parent 3aef41d commit 6985909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-tailwind": "npx tailwindcss -i ./src/styles.css -o ./dist/styles.css",
"build": "copyfiles -u 1 src/* dist -e src/styles.css && npm run build-tailwind"
"build": "copyfiles -u 1 -e src/styles.css \"src/**/*\" dist && npm run build-tailwind"
},
"author": "Coradion",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 6985909

Please sign in to comment.