File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @firebase/firestore " : patch
3
+ ---
4
+
5
+ Fix the path to the react native build for the Firestore memory build
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export default [
60
60
bundle : 'index.bundle.ts'
61
61
} ,
62
62
output : {
63
- dir : 'dist/rn' ,
63
+ dir : 'dist/memory/ rn' ,
64
64
format : 'es' ,
65
65
sourcemap : true
66
66
} ,
Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
16
16
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
17
- "build" : " rollup -c rollup.config.compat.js" ,
17
+ "build" : " rollup -c rollup.config.compat.js && yarn build:exp " ,
18
18
"build:exp" : " rollup -c rollup.config.exp.js ; yarn api-report" ,
19
19
"build:deps" : " lerna run --scope @firebase/storage --include-dependencies build" ,
20
20
"dev" : " rollup -c -w" ,
You can’t perform that action at this time.
0 commit comments