From 2a7dc9838e41ef658eef0bb889424db9ce6f22b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=AD=A6?= <875892894@qq.com> Date: Fri, 2 Aug 2024 12:32:25 +0800 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5ac81f6..dd51284 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ pipeline: build: image: node:16-alpine commands: - - yarn run build:test + - yarn run build when: event: push branch: develop