build shell script

merge-requests/1/merge
Matthew 2019-12-18 23:46:50 -05:00
parent 5b1aac8b2a
commit 01f03ea901
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 6 additions and 0 deletions

6
build.sh Normal file
View File

@ -0,0 +1,6 @@
echo "Library of Code sp-us | Cloud Services"
echo "TypeScript & Go"
echo "Building TS files"
yarn run build
echo "Building Go files"
go build -o dist/intervals/storage src/intervals/storage.go src/intervals/dirsize.go