Skip to content

Commit 73c7cff

Browse files
fix: remove optionalDependencies from source package.json
Native platform packages (nitro-graphql-darwin-arm64 etc.) are only published during the release workflow, so optionalDependencies must be added dynamically at publish time, not in the source package.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a8b48fa commit 73c7cff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,6 @@
243243
"vitest": "catalog:",
244244
"ws": "catalog:"
245245
},
246-
"optionalDependencies": {
247-
"nitro-graphql-darwin-arm64": "2.0.0-beta.70",
248-
"nitro-graphql-darwin-x64": "2.0.0-beta.70",
249-
"nitro-graphql-linux-x64-gnu": "2.0.0-beta.70",
250-
"nitro-graphql-linux-arm64-gnu": "2.0.0-beta.70",
251-
"nitro-graphql-win32-x64-msvc": "2.0.0-beta.70"
252-
},
253246
"overrides": {
254247
"graphql": "^16.13.1",
255248
"nitro": "^3.0.1-alpha.2"

0 commit comments

Comments
 (0)