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 287f365 commit f94916dCopy full SHA for f94916d
integration/firestore/package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "firebase-firestore-integration-test",
3
"version": "1.0.1",
4
- "private": true,
+ "private": true,
5
"scripts": {
6
- "build:deps": "cd ../../packages/firestore ; yarn build",
+ "build:deps": "lerna run --scope @firebase/'{app,firestore}' --include-dependencies build",
7
"build:persistence": "INCLUDE_FIRESTORE_PERSISTENCE=true gulp compile-tests",
8
"build:memory": "INCLUDE_FIRESTORE_PERSISTENCE=false gulp compile-tests",
9
"test": "yarn build:memory; karma start --single-run; yarn build:persistence; karma start --single-run;",
0 commit comments