From 67ccf779d87bf8901089971677853b5272347e17 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Sat, 27 Jul 2024 16:34:38 +0800 Subject: [PATCH] init --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 690a091..6efe442 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ name: default steps: - name: build + image: alpine commands: - npm install - npm run build