summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-19 21:32:10 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-19 21:33:02 +0100
commit079bfc2d3ab881f3c0f18106f314ab4816e01037 (patch)
treea82fa72a49adb494ca453839e63f1c450dd47af7 /package.json
parent931e85fd22f7688d53902cf7ccfe397180070f19 (diff)
No `astro check` in NPM build script
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"
},