Skip to content

Commit

Permalink
Fix some build issues (#4382)
Browse files Browse the repository at this point in the history
* Fix builds

* Create honest-rats-deny.md
  • Loading branch information
Feiyang1 authored Feb 3, 2021
1 parent ba7d589 commit 3d0cd6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-rats-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@firebase/firestore": patch
---

Fix the path to the react native build for the Firestore memory build
2 changes: 1 addition & 1 deletion packages/firestore/rollup.config.rn.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default [
bundle: 'index.bundle.ts'
},
output: {
dir: 'dist/rn',
dir: 'dist/memory/rn',
format: 'es',
sourcemap: true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"build": "rollup -c rollup.config.compat.js",
"build": "rollup -c rollup.config.compat.js && yarn build:exp",
"build:exp": "rollup -c rollup.config.exp.js ; yarn api-report",
"build:deps": "lerna run --scope @firebase/storage --include-dependencies build",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 3d0cd6f

Please sign in to comment.