forked from tools/josh
1
0
Fork 0

Make build script executable

This commit is contained in:
Florine W. Dekker 2019-10-21 02:40:25 +02:00
parent fbf0916a5f
commit eab2a9a186
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 1 additions and 1 deletions

2
build.sh Normal file → Executable file
View File

@ -3,7 +3,7 @@ mkdir -p build
mkdir -p build/js
mkdir -p build/css
jsc -p ./tsconfig.json
tsc -p ./tsconfig.json
cp ./*.html ./build/
cp ./css/*.css ./build/css