Skip to content

Commit

Permalink
ci: Add ncc --minify
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 20, 2020
1 parent 547c566 commit 87979c8
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 @@ -11,7 +11,7 @@
"lint": "eslint ./{src,__tests__}/**/*.ts",
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
"test": "jest --coverage --verbose",
"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 87979c8

Please sign in to comment.