build: fix build; missing firebase-tools

This commit is contained in:
Misko Hevery
2017-08-24 12:49:58 -07:00
parent 1c2f3d47e9
commit 3d2ee6c3fe
7 changed files with 6583 additions and 7 deletions

View File

@ -21,7 +21,7 @@ else
cd $INTEGRATION_DIR
rm -rf $PROJECT
$NG set --global packageManager=yarn
$NG new $PROJECT --skip-install
$NG new $PROJECT --skip-install --skip-git
echo "==================="
echo $PROJECT created
echo "==================="