Skip to content

Commit

Permalink
fix: exclude node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Dec 30, 2023
1 parent 2d0059e commit a328b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
project: "gameoflife"
entrypoint: "./www/main.ts"
exclude: node_modules
exclude: "./www/node_modules"

0 comments on commit a328b69

Please sign in to comment.