mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
start commands
This commit is contained in:
1
bin/start.bat
Normal file
1
bin/start.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm "update" && npm "run" "watch" && rojo "sourcemap" "default.project.json" "--output" "sourcemap.json" && rojo "serve"
|
||||||
3
bin/start.sh
Normal file
3
bin/start.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
npm update && npm run watch && rojo sourcemap default.project.json --output sourcemap.json && rojo serve
|
||||||
Reference in New Issue
Block a user