Skip to content

Commit

Permalink
chore: minify dist (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Dec 4, 2021
1 parent 660c4b4 commit 58f3b55
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": "Deploy a Cloud Function",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts",
"build": "ncc build -m src/main.ts",
"lint": "eslint . --ext .ts,.tsx",
"fixlint": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write **/*.ts",
Expand Down

0 comments on commit 58f3b55

Please sign in to comment.