Skip to content

Commit

Permalink
Add minify flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jul 11, 2023
1 parent 0184e34 commit 532a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
"_esbuild": "node build.mjs",
"prebuild": "npm run _pre",
"build": "npm run _esbuild",
"build": "npm run _esbuild -- --minify",
"predev": "npm run _pre",
"dev": "npm run _esbuild -- --watch",
"pretest": "node scripts/install-fixture-deps.js",
Expand Down

0 comments on commit 532a996

Please sign in to comment.