Skip to content

Commit 85a3195

Browse files
committed
ci: validate cli fix
1 parent 3c11b83 commit 85a3195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/validate-cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ async function validateStarter(
8080
const appPkgJsonPath = join(result.outDir, 'package.json');
8181
const appPkgJson = JSON.parse(readFileSync(appPkgJsonPath, 'utf-8'));
8282

83+
// Ensure that npm will use an existing version
8384
appPkgJson.devDependencies['@builder.io/qwik'] = 'latest';
85+
appPkgJson.devDependencies['@builder.io/qwik-city'] = 'latest';
8486
writeFileSync(appPkgJsonPath, JSON.stringify(appPkgJson, null, 2));
8587

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

0 commit comments

Comments
 (0)