Skip to content

Commit

Permalink
add git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed Jun 22, 2021
1 parent 48988ca commit 00112cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
+ 国内Linux/Unix/Mac/windows 构建
```bash
cd dgiot_dashboard
git pull
yarn install
yarn build
cd ../dgiot
git pull
rm ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/dist/ ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
+ 国内Linux/Unix/Mac/windows 构建
```bash
cd dgiot_dashboard
git pull
yarn install
yarn build
cd ../dgiot
git pull
rm ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/dist/ ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
Expand Down

0 comments on commit 00112cc

Please sign in to comment.