Skip to content

Commit 056f383

Browse files
committed
fix: 🗡️ Build doesn't generate redundant files anymore
1 parent 2a60ec5 commit 056f383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"description": "A Tailwind CSS plugin that allows you to load colors from URL of Realtime Colors",
77
"type": "module",
88
"scripts": {
9-
"dev": "tsup src/*.ts --watch --dts",
10-
"build": "tsup src/*.ts --no-splitting --dts --treeshake --format cjs,esm",
9+
"dev": "tsup src/plugin.ts --watch --dts",
10+
"build": "tsup src/plugin.ts --no-splitting --dts --treeshake --format cjs,esm",
1111
"check": "biome check .",
1212
"fix": "biome check . --apply",
1313
"format": "biome format . --write"

0 commit comments

Comments
 (0)