Skip to content

Commit 83f92d8

Browse files
committed
Merge branch 'develop' of https://github.com/CoderBotOrg/docs into develop
2 parents 42de7c2 + 0df6815 commit 83f92d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
1111
"clean": "npx rimraf pages/.vuepress/dist/*",
12+
"dev":"vuepress dev",
13+
"build": "vuepress build",
1214
"build-prod": "npx run-s clean build-prod-vuepress",
1315
"build-prod-vuepress": "npx vuepress build pages/",
1416
"build-copy-index": "npx copyfiles index.html pages/.vuepress/dist/",

0 commit comments

Comments
 (0)