cleanup + update to lerna 38 (#5406)

This commit is contained in:
Henry Zhu
2017-03-02 15:04:54 -05:00
committed by GitHub
parent 4ad0caaa66
commit 0847ae055d
6 changed files with 144 additions and 249 deletions

View File

@@ -1,17 +0,0 @@
#!/bin/sh
set -e
if [ ! -d ./_babel.github.io ]; then
git clone git@github.com:babel/babel.github.io.git _babel.github.io
fi
cd _babel.github.io
if [ ! -d ./_babel ]; then
ln -s .. _babel
fi
git pull
make build
git commit -am "v`babel -V`"
git push