Skip to content

Commit

Permalink
fix: ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Oct 29, 2024
1 parent b7da12a commit f108653
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
echo "Checking - $(pwd)\n";
npm install;
npm t;
npm run build;
done
10 changes: 9 additions & 1 deletion tools-nodejs/vighnesh153-astro/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ export default getViteConfig({
test: {
/* for example, use global to avoid globals imports (describe, test, expect): */
// globals: true,
exclude: ["e2e", ".sst", ".astro", ".turbo", "playwright-report"],
exclude: [
"e2e",
".sst",
".astro",
".turbo",
"playwright-report",
"node_modules",
"dist",
],
},
});

0 comments on commit f108653

Please sign in to comment.