From 34e2643223e784bd820022a67e0008e0de3693c5 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 26 Mar 2022 17:11:10 +0100 Subject: [PATCH] meta: fix commands --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b52fcc7..6c88372 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - npm install -g gulp - npm i - - npm build + - npm run build - name: deploy image: drillster/drone-rsync