We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb9d35 commit 0eeb890Copy full SHA for 0eeb890
package.json
@@ -5,7 +5,7 @@
5
"author": "Firebase (https://firebase.google.com/)",
6
"license": "Apache-2.0",
7
"scripts": {
8
- "bootstrap": "pnpm recursive install",
+ "bootstrap": "pnpm -r install",
9
"lint": "pnpm -r --workspace-concurrency=4 run lint ",
10
"test": "pnpm -r --workspace-concurrency=4 run test ",
11
"compile": "pnpm -r --workspace-concurrency=4 run compile "
@@ -15,5 +15,10 @@
15
"eslint-plugin-promise": "^4.2.1",
16
"pnpm": "^7.0.0",
17
"typescript": "^4.6.4"
18
+ },
19
+ "pnpm": {
20
+ "peerDependencyRules": {
21
+ "ignoreMissing": ["@firebase/app-compat", "@firebase/app-types"]
22
+ }
23
}
24
0 commit comments