Skip to content

Commit

Permalink
feat: add --minify flag to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Dec 25, 2023
1 parent 890b885 commit 4985958
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 @@ -40,7 +40,7 @@
],
"scripts": {
"dev": "pkgroll --watch",
"build": "pkgroll",
"build": "pkgroll --minify",
"lint": "eslint . --fix",
"prettier": "prettier --write .",
"format": "pnpm lint && pnpm prettier",
Expand Down

0 comments on commit 4985958

Please sign in to comment.