Add script to build plugin as changes occur

This commit is contained in:
Lucien Greathouse
2019-10-01 16:55:15 -07:00
parent 53bd02a890
commit c62a5d15ad

5
bin/dev-plugin.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -e
watchexec -c -w plugin "rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm"