Skip to content

Commit

Permalink
only publish dist to npm @firebase/firestore-compat (#5538)
Browse files Browse the repository at this point in the history
* only publish dist to npm

* Create brown-ladybugs-invent.md
  • Loading branch information
Feiyang1 committed Sep 24, 2021
1 parent 1261137 commit 08c0982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-ladybugs-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@firebase/firestore-compat": patch
---

only publish dist folder to npm for @firebase/firestore-compat
3 changes: 3 additions & 0 deletions packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"browser": "dist/index.esm2017.js",
"module": "dist/index.esm2017.js",
"esm5": "dist/index.esm5.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
Expand Down

0 comments on commit 08c0982

Please sign in to comment.