Skip to content

Commit a3267bb

Browse files
committed
fix: add missing @rollup/rollup-win32-arm64-msvc to optionalDependencies
This fixes the Windows ARM64 CI build failure caused by npm's optional dependency bug. The package.json was missing this platform-specific rollup binding.
1 parent 8392619 commit a3267bb

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"@rollup/rollup-darwin-x64": "^4.53.3",
112112
"@rollup/rollup-linux-arm64-gnu": "^4.53.3",
113113
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
114+
"@rollup/rollup-win32-arm64-msvc": "^4.53.3",
114115
"@rollup/rollup-win32-x64-msvc": "^4.53.3"
115116
}
116117
}

0 commit comments

Comments
 (0)