Skip to content

Commit

Permalink
chore: minify build
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 7, 2024
1 parent ddaf670 commit 97c8970
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 @@ -8,7 +8,7 @@
"node": ">=20.10.0"
},
"scripts": {
"build": "ncc build src/index.ts",
"build": "ncc build -m src/index.ts",
"test": "jest --setupFiles dotenv/config --coverage",
"start": "tsx src/index.ts",
"format": "run-s format:lint format:prettier format:cspell",
Expand Down

0 comments on commit 97c8970

Please sign in to comment.