Skip to content

Commit

Permalink
chore: minify build (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Dec 22, 2021
1 parent 6a46c26 commit ae07a81
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 @@ -4,7 +4,7 @@
"description": "Setup gcloud GitHub action",
"main": "dist/main/index.js",
"scripts": {
"build": "ncc build src/main.ts -o dist/main && ncc build src/post.ts -o dist/post",
"build": "ncc build -m src/main.ts -o dist/main && ncc build -m src/post.ts -o dist/post",
"lint": "eslint . --ext .ts,.tsx",
"test": "mocha -r ts-node/register -t 180s 'tests/*.test.ts'",
"format": "prettier --write **/*.ts"
Expand Down

0 comments on commit ae07a81

Please sign in to comment.