From cc9f349493a6ed4e61044d63b4402e075b0ee7a4 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 18 Apr 2023 09:49:45 +0200 Subject: [PATCH] fix: Use `run build` instead of `run` --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7b83f35..0f2fed4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - cd clappr - git checkout $GIT_TAG - npm install - - npm build + - npm run build - name: Upload the script image: rclone/rclone:latest