Skip to content

Commit

Permalink
chore(scripts): minify builds
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Feb 16, 2024
1 parent 290b3ad commit 4340b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"db:insights": "wrangler d1 insights simulation",
"db:migrate:local": "wrangler d1 migrations apply --local simulation",
"db:migrate:prod": "wrangler d1 migrations apply simulation",
"deploy": "wrangler deploy",
"deploy": "wrangler deploy --minify",
"dev": "wrangler dev",
"dev:css": "tailwindcss build -i src/styles.css -o assets/built.css -w",
"build": "tailwindcss build -i src/styles.css -o assets/built.css",
"build": "tailwindcss build -i src/styles.css -o assets/built.css --minify",
"postinstall": "wrangler types && lefthook install",
"format": "biome format --write .",
"lint": "biome lint --apply .",
Expand Down

0 comments on commit 4340b13

Please sign in to comment.