Skip to content

Commit 0a31572

Browse files
jonphippsclaude
andcommitted
fix: remove unused volta and pnpm config for CI compatibility
Removed volta configuration (not in use) and all pnpm-specific configurations that were causing lockfile mismatches in CI. This ensures minimal configuration for maximum compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7a91cac commit 0a31572

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,6 @@
294294
"not op_mini all"
295295
]
296296
},
297-
"pnpm": {
298-
"onlyBuiltDependencies": [
299-
"@parcel/watcher",
300-
"@swc/core",
301-
"core-js",
302-
"core-js-pure",
303-
"esbuild",
304-
"puppeteer",
305-
"sharp"
306-
]
307-
},
308-
"volta": {
309-
"node": "22.16.0"
310-
},
311297
"lint-staged": {
312298
"**/*.{js,jsx,ts,tsx}": [
313299
"eslint --quiet --fix"

0 commit comments

Comments
 (0)