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.
1 parent ad82430 commit f33b9f9Copy full SHA for f33b9f9
1 file changed
scripts/test-generate.ts
@@ -22,7 +22,7 @@ async function generate(schemaPath: string, options: string[]) {
22
const cliPath = path.join(_dirname, '../packages/cli/dist/index.js');
23
const RUNTIME = process.env.RUNTIME ?? 'node';
24
execSync(
25
- `${RUNTIME} ${cliPath} generate --schema ${schemaPath} ${options.join(' ')} --generate-models=false --generate-input=false --offline`,
+ `${RUNTIME} ${cliPath} generate --schema ${schemaPath} ${options.join(' ')} --generate-models=false --generate-input=false --no-version-check --no-tips`,
26
{
27
cwd: path.dirname(schemaPath),
28
},
0 commit comments