Skip to content

Commit a86a6f5

Browse files
authored
Remove unused npm scripts
1 parent 60f6008 commit a86a6f5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@
88
},
99
"scripts": {
1010
"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"
11+
"dev": "vuepress dev pages/",
12+
"build": "vuepress build pages/",
1913
},
2014
"repository": {
2115
"type": "git",

0 commit comments

Comments
 (0)