mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Add script to build plugin as changes occur
This commit is contained in:
5
bin/dev-plugin.sh
Normal file
5
bin/dev-plugin.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
watchexec -c -w plugin "rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm"
|
||||
Reference in New Issue
Block a user