fix(deps): pnpm v10でre2のインストールに失敗することがある問題を修正 (#15627)

* fix(deps): pnpm v10でre2のインストールに失敗することがある問題を修正

* fix

* fix docker build

* fix build failure on Windows
This commit is contained in:
かっこかり
2025-03-08 18:56:53 +09:00
committed by GitHub
parent 6d93725084
commit e16a14dcef
4 changed files with 24 additions and 2 deletions

View File

@@ -82,6 +82,9 @@
"pnpm": {
"overrides": {
"@aiscript-dev/aiscript-languageserver": "-"
},
"patchedDependencies": {
"re2": "scripts/dependency-patches/re2.patch"
}
}
}