Skip to content

Commit 40dd21d

Browse files
authored
Delete old build script (#389)
* Delete old build script * Add @apphosting/common as dependency
1 parent 7f5c63f commit 40dd21d

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

packages/@apphosting/build/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
99
},
1010
"bin": {
11-
"build": "dist/bin/build.js",
1211
"apphosting-local-build": "dist/bin/localbuild.js"
1312
},
1413
"author": {
@@ -40,7 +39,7 @@
4039
],
4140
"license": "Apache-2.0",
4241
"dependencies": {
43-
"@apphosting/discover": "*",
42+
"@apphosting/common": "*",
4443
"colorette": "^2.0.20",
4544
"commander": "^11.1.0",
4645
"npm-pick-manifest": "^9.0.0",

packages/@apphosting/build/src/bin/build.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

packages/@apphosting/build/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
],
1717
"exclude": [
1818
"src/*.spec.ts",
19-
"src/bin/build.ts"
2019
]
2120
}

0 commit comments

Comments
 (0)