Skip to content

Commit

Permalink
Try to remove experimental-vm-modules flag
Browse files Browse the repository at this point in the history
Is this needed still?
  • Loading branch information
scotttrinh committed May 1, 2024
1 parent bdaf7c1 commit 6e07128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build:fast": "npx esbuild --tsconfig=tsconfig.build.json --outdir=dist --platform=node --format=cjs src/**/*.ts src/*.ts && yarn syntax:make",
"watch": "nodemon --ignore dist --ignore dbschema/edgeql-js -x ",
"generate": "./dist/cli.js",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" yarn generate edgeql-js && yarn generate queries --file && yarn generate interfaces && jest --detectOpenHandles --forceExit",
"test": "yarn generate edgeql-js && yarn generate queries --file && yarn generate interfaces && jest --detectOpenHandles --forceExit",
"test:ci": "tsx test/testRunner.ts"
}
}

0 comments on commit 6e07128

Please sign in to comment.