diff --git a/build.sh b/build.sh index 187b46496d..8b93a2f124 100755 --- a/build.sh +++ b/build.sh @@ -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/