Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Sep 12, 2017
1 parent de50c06 commit 022ad8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/bin/sh
cd /home/welefen/git/www.thinkjs.org;
git pull;
git submodule init;
git submodule update;
cd view/zh-cn/doc;
git pull origin master;
cd ../../../;
cd view/en/doc;
git pull origin master;
cd ../../../;
npm i;
sh build.sh
cd output;
Expand Down

0 comments on commit 022ad8a

Please sign in to comment.