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 07525fa commit eed2a4eCopy full SHA for eed2a4e
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm i && node_modules/.bin/tsc -p tsconfig.release.json",
8
"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",
+ "build:release": "npm install --production && npm install typescript firebase-functions firebase-admin && node_modules/.bin/tsc -p tsconfig.release.json",
10
"lint": "node_modules/.bin/tslint src/{**/*,*}.ts spec/{**/*,*}.ts",
11
"pretest": "node_modules/.bin/tsc",
12
"test": "mocha .tmp/spec/index.spec.js",
0 commit comments