add gypfile option to package.json - #1505
Merged
Merged
Conversation
Prinzhorn
approved these changes
Jul 28, 2026
3 tasks
4 tasks
aliasunder
added a commit
to aliasunder/vault-cortex
that referenced
this pull request
Aug 3, 2026
## Summary - Bumps `better-sqlite3` from 13.0.1 to 13.0.2 - Upstream fix ([WiseLibs/better-sqlite3#1505](WiseLibs/better-sqlite3#1505)): `gypfile: false` in package.json suppresses npm's injected `node-gyp rebuild` install script, so environments without `make` (like Glama's builder) no longer fail on `npm ci` - The Glama admin `make` build step (added as a workaround) is harmless to keep as belt-and-suspenders ## Test plan - [x] 2321 tests pass - [x] Build clean - [ ] CI green - [ ] Glama build stays green after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the gypfile option with value false to the package.json in order to disable automatic install script creation.
https://docs.npmjs.com/cli/v12/configuring-npm/package-json#gypfile
Addresses #1503.