Skip to content

Commit

Permalink
脚本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zlq4863947 committed Jun 27, 2021
1 parent de52510 commit a8b636a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"scripts": {
"build": "gitbook build",
"start": "gitbook serve",
"cp-to-hexo": "cp -rf _book/*.* ../../../zlq4863947/site/hexo-site/source/books/tradingview",
"deploy-github": "yarn build && yarn cp-to-hexo && cd ../../../zlq4863947/site/hexo-site && yarn deploy"
"cp-to-hexo": "yarn build && cp -rf _book/* ../../../zlq4863947/site/hexo-site/source/books/tradingview"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a8b636a

Please sign in to comment.