Skip to content

Commit f94916d

Browse files
Use lerna
1 parent 287f365 commit f94916d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "firebase-firestore-integration-test",
33
"version": "1.0.1",
4-
"private": true,
4+
"private": true,
55
"scripts": {
6-
"build:deps": "cd ../../packages/firestore ; yarn build",
6+
"build:deps": "lerna run --scope @firebase/'{app,firestore}' --include-dependencies build",
77
"build:persistence": "INCLUDE_FIRESTORE_PERSISTENCE=true gulp compile-tests",
88
"build:memory": "INCLUDE_FIRESTORE_PERSISTENCE=false gulp compile-tests",
99
"test": "yarn build:memory; karma start --single-run; yarn build:persistence; karma start --single-run;",

0 commit comments

Comments
 (0)