build: create the dist directory before building

This commit is contained in:
Igor Minar 2016-05-11 10:11:59 -07:00
parent d33cd43db1
commit 6a80578d05
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cd `dirname $0`
TSCONFIG=./modules/tsconfig.json
echo "====== (all)COMPILING: \$(npm bin)/tsc -p ${TSCONFIG} ====="
rm -rf ./dist/all/
mkdir ./dist/all/
mkdir -p ./dist/all/
# prepare all files for e2e tests
cp -r ./modules/playground ./dist/all/