diff --git a/bin/start.bat b/bin/start.bat new file mode 100644 index 0000000..88ad6e1 --- /dev/null +++ b/bin/start.bat @@ -0,0 +1 @@ +npm "update" && npm "run" "watch" && rojo "sourcemap" "default.project.json" "--output" "sourcemap.json" && rojo "serve" \ No newline at end of file diff --git a/bin/start.sh b/bin/start.sh new file mode 100644 index 0000000..1ad511b --- /dev/null +++ b/bin/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +npm update && npm run watch && rojo sourcemap default.project.json --output sourcemap.json && rojo serve \ No newline at end of file