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 6068d61 commit b5ead22Copy full SHA for b5ead22
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"build": "node_modules/.bin/tsc -p tsconfig.release.json",
8
- "build:pack": "npm prune --production && rm -rf lib && npm install && npm install firebase-admin && node_modules/.bin/tsc -p tsconfig.release.json && npm pack && npm install",
+ "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-admin && node_modules/.bin/tsc -p tsconfig.release.json",
10
"lint": "node_modules/.bin/tslint src/{**/*,*}.ts spec/{**/*,*}.ts integration_test/functions/src/{**/*,*}.ts",
11
"pretest": "node_modules/.bin/tsc && cp -r spec/fixtures .tmp/spec",
0 commit comments