We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c4b4 commit 58f3b55Copy full SHA for 58f3b55
package.json
@@ -4,7 +4,7 @@
4
"description": "Deploy a Cloud Function",
5
"main": "dist/index.js",
6
"scripts": {
7
- "build": "ncc build src/main.ts",
+ "build": "ncc build -m src/main.ts",
8
"lint": "eslint . --ext .ts,.tsx",
9
"fixlint": "eslint . --ext .ts,.tsx --fix",
10
"format": "prettier --write **/*.ts",
0 commit comments