summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 61f01f2..4d9c13f 100644
--- a/package.json
+++ b/package.json
@@ -8,8 +8,8 @@
"license": "MIT",
"scripts": {
"dev": "astro dev",
- "start": "astro dev",
- "build": "astro check && astro build",
+ "build": "astro build",
+ "check": "astro check",
"preview": "astro preview",
"astro": "astro",
"lint": "tsc && eslint .",