Skip to content

Commit 37e09e1

Browse files
Merge
2 parents 8eae652 + 7913ae9 commit 37e09e1

26 files changed

+6876
-3024
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "lerna run --parallel --scope @firebase/* --scope firebase --scope rxfire dev",
2525
"build": "lerna run --scope @firebase/* --scope firebase --scope rxfire build",
2626
"build:exp": "lerna run --scope @firebase/*-exp --scope firebase-exp build",
27-
"build:release": "lerna run --scope @firebase/* --scope firebase --ignore @firebase/*-exp --ignore firebase-exp prepare",
27+
"build:release": "lerna run --scope @firebase/app-exp build:deps && lerna run --scope @firebase/* --scope firebase --ignore @firebase/*-exp --ignore firebase-exp prepare",
2828
"build:exp:release": "yarn --cwd packages/app build:deps && lerna run --scope @firebase/*-exp --scope firebase-exp prepare && yarn --cwd packages-exp/app-exp typings:public",
2929
"link:packages": "lerna exec --scope @firebase/* --scope firebase --scope rxfire -- yarn link",
3030
"stage:packages": "./scripts/prepublish.sh",
@@ -108,7 +108,7 @@
108108
"karma": "5.1.0",
109109
"karma-chrome-launcher": "3.1.0",
110110
"karma-cli": "2.0.0",
111-
"karma-coverage-istanbul-reporter": "3.0.3",
111+
"karma-coverage-istanbul-reporter": "2.1.1",
112112
"karma-firefox-launcher": "1.3.0",
113113
"karma-mocha": "2.0.1",
114114
"karma-safari-launcher": "1.0.0",

packages/firestore/.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ module.exports = {
5353
'@typescript-eslint/no-explicit-any': 'error'
5454
}
5555
},
56+
{
57+
files: ['scripts/*.ts'],
58+
rules: {
59+
'import/no-extraneous-dependencies': 'off',
60+
'@typescript-eslint/no-require-imports': 'off'
61+
}
62+
},
5663
// TODO(firestorelite): Remove this exception when app-exp is published
5764
{
5865
files: ['lite/**/*.ts'],

packages/firestore/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)