Skip to content

Commit eed2a4e

Browse files
authored
Update release script to install firebase-admin (#16)
1 parent 07525fa commit eed2a4e

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "npm i && node_modules/.bin/tsc -p tsconfig.release.json",
88
"build:pack": "npm prune --production && rm -rf lib && npm install && node_modules/.bin/tsc -p tsconfig.release.json && npm pack && npm install",
9-
"build:release": "npm install --production && npm install typescript firebase-functions && node_modules/.bin/tsc -p tsconfig.release.json",
9+
"build:release": "npm install --production && npm install typescript firebase-functions firebase-admin && node_modules/.bin/tsc -p tsconfig.release.json",
1010
"lint": "node_modules/.bin/tslint src/{**/*,*}.ts spec/{**/*,*}.ts",
1111
"pretest": "node_modules/.bin/tsc",
1212
"test": "mocha .tmp/spec/index.spec.js",

0 commit comments

Comments
 (0)