From 36a6ea30ea610f74cab698b543fd62a38935a0bb Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy <82603183+vladimirkutkovoy@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:14:16 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 14484e3..6bf5391 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: image: node commands: - npm install - - npm run \ No newline at end of file + - npm start \ No newline at end of file