We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42de7c2 + 0df6815 commit 83f92d8Copy full SHA for 83f92d8
package.json
@@ -9,6 +9,8 @@
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
11
"clean": "npx rimraf pages/.vuepress/dist/*",
12
+ "dev":"vuepress dev",
13
+ "build": "vuepress build",
14
"build-prod": "npx run-s clean build-prod-vuepress",
15
"build-prod-vuepress": "npx vuepress build pages/",
16
"build-copy-index": "npx copyfiles index.html pages/.vuepress/dist/",
0 commit comments