mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
build: remove astro check cmd in dev script
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro check --watch & astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build && jampack ./dist",
|
"build": "astro build && jampack ./dist",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
|
|||||||
Reference in New Issue
Block a user