Skip to content

Commit 532a996

Browse files
committed
Add minify flag
1 parent 0184e34 commit 532a996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
1919
"_esbuild": "node build.mjs",
2020
"prebuild": "npm run _pre",
21-
"build": "npm run _esbuild",
21+
"build": "npm run _esbuild -- --minify",
2222
"predev": "npm run _pre",
2323
"dev": "npm run _esbuild -- --watch",
2424
"pretest": "node scripts/install-fixture-deps.js",

0 commit comments

Comments
 (0)