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 7f5c63f commit 40dd21dCopy full SHA for 40dd21d
packages/@apphosting/build/package.json
@@ -8,7 +8,6 @@
8
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
9
},
10
"bin": {
11
- "build": "dist/bin/build.js",
12
"apphosting-local-build": "dist/bin/localbuild.js"
13
14
"author": {
@@ -40,7 +39,7 @@
40
39
],
41
"license": "Apache-2.0",
42
"dependencies": {
43
- "@apphosting/discover": "*",
+ "@apphosting/common": "*",
44
"colorette": "^2.0.20",
45
"commander": "^11.1.0",
46
"npm-pick-manifest": "^9.0.0",
packages/@apphosting/build/src/bin/build.ts
packages/@apphosting/build/tsconfig.json
@@ -16,6 +16,5 @@
16
17
"exclude": [
18
"src/*.spec.ts",
19
- "src/bin/build.ts"
20
]
21
}
0 commit comments