Skip to content

Commit e0dba97

Browse files
committed
chore: 新增 deploy script
1 parent ce9561a commit e0dba97

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
@@ -7,7 +7,8 @@
77
"lib": "vue-cli-service build --target lib --name JsonTree --dest lib src/index.js",
88
"publish": "npm run lib && npm publish --registry https://www.npmjs.com/",
99
"docs:dev": "vuepress dev docs",
10-
"docs:build": "vuepress build docs"
10+
"docs:build": "vuepress build docs",
11+
"deploy": "bash deploy.sh"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)