Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zanettin committed Oct 26, 2023
1 parent a07c3cd commit 3cd484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function validateBuild(config: BuildConfig) {
const pkgFiles = [...pkg.files!, 'LICENSE', 'README.md', 'package.json'];
const expectedFiles = pkgFiles.map((f) => join(config.distQwikPkgDir, f));

const dependencies = ['csstype'];
const dependencies = ['csstype', 'vite'];
const pkgDependencies = Object.keys(pkg.dependencies!);
if (pkgDependencies.length !== dependencies.length) {
errors.push(
Expand Down

0 comments on commit 3cd484f

Please sign in to comment.