From 8e5608941b31c4bc2f0f3e291ce8ccb84ff7ec37 Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Thu, 23 Sep 2021 15:37:51 -0700 Subject: [PATCH 1/2] only publish dist to npm --- packages/firestore-compat/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index f47ef9a7f59..97b1dbbda74 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -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'", From f6b6aa2fc134a0f374e022dd5f2aef904388492b Mon Sep 17 00:00:00 2001 From: Feiyang Date: Thu, 23 Sep 2021 15:43:12 -0700 Subject: [PATCH 2/2] Create brown-ladybugs-invent.md --- .changeset/brown-ladybugs-invent.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/brown-ladybugs-invent.md diff --git a/.changeset/brown-ladybugs-invent.md b/.changeset/brown-ladybugs-invent.md new file mode 100644 index 00000000000..9cb6fa05bd0 --- /dev/null +++ b/.changeset/brown-ladybugs-invent.md @@ -0,0 +1,5 @@ +--- +"@firebase/firestore-compat": patch +--- + +only publish dist folder to npm for @firebase/firestore-compat