Skip to content

Commit 9628aa7

Browse files
committed
build(website): change build script
1 parent 4b7689b commit 9628aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"scripts": {
66
"dev": "astro dev",
7-
"build": "astro build",
7+
"build": "astro check && astro build",
88
"preview": "astro preview",
99
"astro": "astro"
1010
},

0 commit comments

Comments
 (0)