diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 21:32:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 21:33:02 +0100 |
| commit | 079bfc2d3ab881f3c0f18106f314ab4816e01037 (patch) | |
| tree | a82fa72a49adb494ca453839e63f1c450dd47af7 /package.json | |
| parent | 931e85fd22f7688d53902cf7ccfe397180070f19 (diff) | |
No `astro check` in NPM build script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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" }, |
