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.
1 parent 60f6008 commit a86a6f5Copy full SHA for a86a6f5
package.json
@@ -8,14 +8,8 @@
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/",
17
- "deploy": "npx run-s build-prod deploy-gh-pages",
18
- "deploy-gh-pages": "npx gh-pages -d pages/.vuepress/dist -b master"
+ "dev": "vuepress dev pages/",
+ "build": "vuepress build pages/",
19
20
"repository": {
21
"type": "git",
0 commit comments