Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
20ee00c6dfa1d407d83a25c3822862668a616c12
Authored by
ly525
2019-10-14 19:55:40 +0800
1 parent
128b60bf
docs: add deploy script
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
docs/package.json
docs/package.json
View file @
20ee00c
...
...
@@ -5,7 +5,8 @@
5
5
"main": "index.js",
6
6
"scripts": {
7
7
"dev": "vuepress dev",
8
- "docs:build": "vuepress build"
8
+ "docs:build": "vuepress build",
9
+ "docs:deploy": "./deploy.sh"
9
10
},
10
11
"author": "",
11
12
"license": "ISC",
...
...