Skip to content

Commit

Permalink
Include styles.css in dist (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlened authored Nov 2, 2024
1 parent 682702f commit 07286fe
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 @@ -13,7 +13,7 @@
"dist"
],
"scripts": {
"build": "tsup src/index.tsx",
"build": "tsup src/index.tsx && cp src/styles.css dist/styles.css",
"dev": "tsup src/index.tsx --watch",
"dev:website": "turbo run dev --filter=website...",
"dev:test": "turbo run dev --filter=test...",
Expand Down

0 comments on commit 07286fe

Please sign in to comment.