diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..f78339c --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git pull +cd plugin && npm i && cd .. && npm i +quasar build diff --git a/dev.sh b/dev.sh new file mode 100755 index 0000000..5c12fe5 --- /dev/null +++ b/dev.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git pull +cd plugin && npm i && cd .. && npm i +quasar dev