Skip to content

Commit 0eeb890

Browse files
committed
1 parent 9fb9d35 commit 0eeb890

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Firebase (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"bootstrap": "pnpm recursive install",
8+
"bootstrap": "pnpm -r install",
99
"lint": "pnpm -r --workspace-concurrency=4 run lint ",
1010
"test": "pnpm -r --workspace-concurrency=4 run test ",
1111
"compile": "pnpm -r --workspace-concurrency=4 run compile "
@@ -15,5 +15,10 @@
1515
"eslint-plugin-promise": "^4.2.1",
1616
"pnpm": "^7.0.0",
1717
"typescript": "^4.6.4"
18+
},
19+
"pnpm": {
20+
"peerDependencyRules": {
21+
"ignoreMissing": ["@firebase/app-compat", "@firebase/app-types"]
22+
}
1823
}
1924
}

0 commit comments

Comments
 (0)