Skip to content

Commit 1ecb811

Browse files
committed
Added the deploy command to the npm scripts
Now you can run `npm run deploy` to deploy the site to Github pages (if you have access to do that).
1 parent a450e13 commit 1ecb811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"private": true,
66
"scripts": {
77
"start": "vuepress dev docs --no-cache",
8-
"build": "vuepress build docs --no-cache"
8+
"build": "vuepress build docs --no-cache",
9+
"deploy": ". deploy.sh"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)