From 1480ba764a702ebcb5f291ae2601c516445477df Mon Sep 17 00:00:00 2001 From: alleks Date: Mon, 23 Jan 2023 00:17:45 +0300 Subject: [PATCH] add drone files --- bin/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/run.sh b/bin/run.sh index b4607d2..282e180 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -2,5 +2,6 @@ set -x set -e npm install --production +npm i -g rollup npm run dev