Commit 20ee00c6dfa1d407d83a25c3822862668a616c12
1 parent
128b60bf
docs: add deploy script
Showing
1 changed file
with
2 additions
and
1 deletions
docs/package.json
| @@ -5,7 +5,8 @@ | @@ -5,7 +5,8 @@ | ||
| 5 | "main": "index.js", | 5 | "main": "index.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "dev": "vuepress dev", | 7 | "dev": "vuepress dev", |
| 8 | - "docs:build": "vuepress build" | 8 | + "docs:build": "vuepress build", |
| 9 | + "docs:deploy": "./deploy.sh" | ||
| 9 | }, | 10 | }, |
| 10 | "author": "", | 11 | "author": "", |
| 11 | "license": "ISC", | 12 | "license": "ISC", |