Skip to content

Commit

Permalink
🔧Config: TypeScriptの型チェック追加
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniPana committed Sep 2, 2024
1 parent 8f87fd6 commit aee3669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit aee3669

Please sign in to comment.