Skip to content

Commit

Permalink
chore: Add minify option to ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 25, 2020
1 parent 618acc1 commit 7c46059
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 @@ -12,7 +12,7 @@
"lint": "eslint ./{src,__tests__}/**/*.ts",
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
"test": "jest --coverage --verbose --detectOpenHandles",
"build": "ncc build ./src/index.ts -o lib",
"build": "ncc build ./src/index.ts -o lib --minify",
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
Expand Down

0 comments on commit 7c46059

Please sign in to comment.