build: create the dist directory before building
This commit is contained in:
parent
d33cd43db1
commit
6a80578d05
2
build.sh
2
build.sh
@ -8,7 +8,7 @@ cd `dirname $0`
|
|||||||
TSCONFIG=./modules/tsconfig.json
|
TSCONFIG=./modules/tsconfig.json
|
||||||
echo "====== (all)COMPILING: \$(npm bin)/tsc -p ${TSCONFIG} ====="
|
echo "====== (all)COMPILING: \$(npm bin)/tsc -p ${TSCONFIG} ====="
|
||||||
rm -rf ./dist/all/
|
rm -rf ./dist/all/
|
||||||
mkdir ./dist/all/
|
mkdir -p ./dist/all/
|
||||||
|
|
||||||
# prepare all files for e2e tests
|
# prepare all files for e2e tests
|
||||||
cp -r ./modules/playground ./dist/all/
|
cp -r ./modules/playground ./dist/all/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user