Skip to content

Commit

Permalink
ci: fix validate-cli for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 29, 2024
1 parent 0baf89c commit e2cc179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validate-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async function validateStarter(
// Ensure that npm will use an existing version
appPkgJson.devDependencies['@builder.io/qwik'] = 'latest';
appPkgJson.devDependencies['@builder.io/qwik-city'] = 'latest';
appPkgJson.devDependencies['eslint-plugin-qwik'] = 'latest';
writeFileSync(appPkgJsonPath, JSON.stringify(appPkgJson, null, 2));

const tsconfigPath = join(result.outDir, 'tsconfig.json');
Expand Down

0 comments on commit e2cc179

Please sign in to comment.