We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6a9ca commit fe0ac5aCopy full SHA for fe0ac5a
package.json
@@ -6,7 +6,6 @@
6
"type": "module",
7
"files": ["dist", "LICENSE", "README.md"],
8
"scripts": {
9
- "build": "tsup src/index.ts --format cjs,esm --external cloudflare:workers",
10
"build-css": "npx @tailwindcss/cli -i ./src/templates/styles.css -o ./src/static/styles.css",
11
"lint": "npx @biomejs/biome check src/ || (npx @biomejs/biome check --write src/; exit 1)",
12
"test": "vitest run"
0 commit comments