diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-04-28 10:12:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 10:12:04 +0900 |
| commit | 6acb743e5e7d46b0f8a00be82eb245a7acafafab (patch) | |
| tree | 72197454b8e7320a5a27c53650e695dc1ec781ad /scripts | |
| parent | 🎨 (diff) | |
| download | sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.gz sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.bz2 sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.zip | |
deps: update pnpm to v10.10.0 (#15899)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dependency-patches/re2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/dependency-patches/re2.patch b/scripts/dependency-patches/re2.patch deleted file mode 100644 index 3e7ec9f56f..0000000000 --- a/scripts/dependency-patches/re2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/package.json b/package.json -index a56ab59ef647288ee6028abd2b1780eaa92ebc9d..ec2c43e63f3134b6d54d616b2ef715447f873bbe 100644 ---- a/package.json -+++ b/package.json -@@ -28,7 +28,7 @@ - "test": "node tests/tests.js", - "ts-test": "tsc", - "save-to-github": "save-to-github-cache --artifact build/Release/re2.node", -- "install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || node-gyp -j max rebuild", -+ "install": "npm_package_github=https://github.com/uhop/node-re2 npm_package_scripts_verify_build=true install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || node-gyp -j max rebuild", - "verify-build": "node scripts/verify-build.js", - "build:dev": "node-gyp -j max build --debug", - "build": "node-gyp -j max build", |