summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 69da9fa..8bf4372 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"scripts": {
"dev": "cd website && astro dev",
"start": "cd website && astro dev",
- "build": "cd website && astro check && astro build",
+ "build": "cd website && astro build",
"preview": "cd cd website && webiste && astro preview",
"astro": "cd website && astro"
},