From 1950785748c88f3c2ed410f5a21c08d7b78a2460 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 13 Dec 2022 08:18:45 +0800 Subject: [PATCH] fix ci --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5e2ce4..1fd7fba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,10 @@ steps: - name: build-frontend image: node:19 commands: - - cd web - - npm config set registry=https://registry.npmmirror.com - - npm install - - npm run build + - cd web + - npm config set registry=https://registry.npmmirror.com + - npm install + - npm run build steps: - name: build-backend