Skip to content

Commit

Permalink
build: create the dist directory before building
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed May 11, 2016
1 parent d33cd43 commit 6a80578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6a80578

Please sign in to comment.