Skip to content

Commit afdb624

Browse files
authored
chore: replace start command (#1165)
1 parent d0730b2 commit afdb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"dev": "docsify serve --open",
3+
"start": "docsify serve --open",
44
"convert": "docsify-pdf-converter",
55
"prepare": "husky install"
66
},

0 commit comments

Comments
 (0)