build: remove astro check cmd in dev script

This commit is contained in:
satnaing
2023-09-24 10:02:49 +06:30
committed by Sat Naing
parent 88d9343ab5
commit c516429e5b
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "2.3.0",
"private": false,
"scripts": {
"dev": "astro check --watch & astro dev",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview",