We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm install
1 parent f6d18d3 commit 48accc4Copy full SHA for 48accc4
packages/core/tests/index.integ.test.ts
@@ -16,6 +16,8 @@ describe("without bindings", () => {
16
const initialEnv = process.env;
17
beforeAll(() => {
18
process.env.npm_config_arch = "unknown";
19
+ // Prevent node-gyp from falling back to a local version of the native core in packages/core/build
20
+ process.env.PREBUILDS_ONLY = "1";
21
});
22
afterAll(() => {
23
process.env = initialEnv;
0 commit comments