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 0184e34 commit 532a996Copy full SHA for 532a996
package.json
@@ -18,7 +18,7 @@
18
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
19
"_esbuild": "node build.mjs",
20
"prebuild": "npm run _pre",
21
- "build": "npm run _esbuild",
+ "build": "npm run _esbuild -- --minify",
22
"predev": "npm run _pre",
23
"dev": "npm run _esbuild -- --watch",
24
"pretest": "node scripts/install-fixture-deps.js",
0 commit comments