Skip to content

Commit

Permalink
split astro check and build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoArteaga committed Feb 3, 2024
1 parent b04b890 commit a79f7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit a79f7e7

Please sign in to comment.