diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..a243591 --- /dev/null +++ b/build.sh @@ -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 \ No newline at end of file