Skip to content

Commit

Permalink
fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Oct 18, 2024
1 parent 928bd12 commit 02e3fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "tsx ./.scripts/build.ts",
"build:web": "pnpm copy && astro check && astro build",
"build:web": "pnpm copy && astro check --minimumFailingSeverity warning && astro build",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit 02e3fe9

Please sign in to comment.