Skip to content

Commit fe0ac5a

Browse files
committed
Fix deploy to workers
1 parent 9b6a9ca commit fe0ac5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"type": "module",
77
"files": ["dist", "LICENSE", "README.md"],
88
"scripts": {
9-
"build": "tsup src/index.ts --format cjs,esm --external cloudflare:workers",
109
"build-css": "npx @tailwindcss/cli -i ./src/templates/styles.css -o ./src/static/styles.css",
1110
"lint": "npx @biomejs/biome check src/ || (npx @biomejs/biome check --write src/; exit 1)",
1211
"test": "vitest run"

0 commit comments

Comments
 (0)