Skip to content

Commit 7537cae

Browse files
committed
Make dev step less verbose
1 parent 4bef147 commit 7537cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "3.1.0",
44
"license": "MIT",
55
"scripts": {
6-
"dev": "astro dev --verbose",
6+
"dev": "astro dev",
7+
"dev-verbose": "astro dev --verbose",
78
"build": "astro build",
89
"preview": "astro preview",
910
"format": "prettier -w ."

0 commit comments

Comments
 (0)