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