Skip to content

Commit 58f3b55

Browse files
authored
chore: minify dist (#204)
1 parent 660c4b4 commit 58f3b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "ncc build src/main.ts",
7+
"build": "ncc build -m src/main.ts",
88
"lint": "eslint . --ext .ts,.tsx",
99
"fixlint": "eslint . --ext .ts,.tsx --fix",
1010
"format": "prettier --write **/*.ts",

0 commit comments

Comments
 (0)