hotfix: version number

This commit is contained in:
Lea Anthony
2019-10-08 06:20:30 +11:00
parent 20428b0407
commit f453be12c8
4 changed files with 61 additions and 31 deletions

View File

@@ -3,6 +3,7 @@
# Build runtime
echo "**** Building Runtime ****"
cd runtime/js
npm install
npm run build
cd ../..