Skip to content

Commit 31ee7d0

Browse files
Rename the dev script and open a web browser when ready
1 parent 003b3a7 commit 31ee7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Official mojs website for tutorials and documentation",
55
"private": true,
66
"scripts": {
7-
"start": "vuepress dev docs --no-cache",
7+
"dev": "vuepress dev docs --no-cache --open --host localhost",
88
"build": "vuepress build docs --no-cache",
99
"deploy": ". deploy.sh"
1010
},

0 commit comments

Comments
 (0)