Skip to content

Commit afc87dc

Browse files
committed
chore: Add check command to astro app
1 parent a5c189d commit afc87dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/spuxx-astro/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"dev": "astro dev",
99
"build": "astro build",
10-
"preview": "astro preview"
10+
"preview": "astro preview",
11+
"check": "astro check"
1112
},
1213
"dependencies": {
1314
"@astrojs/mdx": "4.3.3",

0 commit comments

Comments
 (0)