Skip to content

Commit 54251ec

Browse files
miyaokayyx990803
authored andcommitted
docs: unify deploy script name (vuejs#88)
1 parent 79f8f14 commit 54251ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ You can run this script in your CI setup to enable automatic deployment on each
3333
``` json
3434
{
3535
"scripts": {
36-
"build-docs": "vuepress build docs"
36+
"docs:build": "vuepress build docs"
3737
}
3838
}
3939
```
4040

4141
2. On Netlify, setup up a new project from GitHub with the following settings:
4242

43-
- **Build Command:** `npm run build-docs` or `yarn build-docs`
43+
- **Build Command:** `npm run docs:build` or `yarn docs:build`
4444
- **Publish directory:** `docs/.vuepress/dist`
4545

4646
3. Hit the deploy button!

0 commit comments

Comments
 (0)