Skip to content

Commit f7cb7f9

Browse files
authored
fix(third_party/docsite): issues with astro check failing when running build (#441)
1 parent c724070 commit f7cb7f9

File tree

5 files changed

+16
-8855
lines changed

5 files changed

+16
-8855
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121
},
2222
"pnpm": {
2323
"onlyBuiltDependencies": [
24+
"@biomejs/biome",
2425
"@vscode/vsce-sign",
2526
"esbuild",
2627
"js",
2728
"keytar",
28-
"sharp"
29+
"sharp",
30+
"tree-sitter",
31+
"tree-sitter-cli"
2932
],
3033
"overrides": {
3134
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/docsite/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

0 commit comments

Comments
 (0)