Skip to content

Commit 5a21889

Browse files
authored
Stop using npx
1 parent 858e692 commit 5a21889

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)