mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix(pnpm): add tmp fix for pnpm missing dep installation for algolia search
This commit is contained in:
parent
676e9d9676
commit
7f61687a25
@ -68,5 +68,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@andatoshiki/markdown-it-katex": "^0.0.3",
|
"@andatoshiki/markdown-it-katex": "^0.0.3",
|
||||||
"markdown-it": "^13.0.1"
|
"markdown-it": "^13.0.1"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"peerDependencyRules": {
|
||||||
|
"ignoreMissing": [
|
||||||
|
"@algolia/client-search"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user