Skip to content

Commit 74ac44d

Browse files
committed
config: Optimize scripts to act more like an SPA since this is the source code for the side
1 parent 385e60c commit 74ac44d

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vuepress": "^1.2.0"
44
},
55
"scripts": {
6-
"docs:dev": "vuepress dev docs",
7-
"docs:build": "vuepress build docs"
6+
"serve": "vuepress dev src",
7+
"build": "vuepress build src"
88
}
99
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)