From b0ea7fced4451be56ebe17cca61d4ce7a903f505 Mon Sep 17 00:00:00 2001 From: 13078417792 <397201698@qq.com> Date: Wed, 2 Jun 2021 18:37:28 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b9766783..e782e65c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,9 @@ steps: - name: build image: node:12.16.1 commands: + - ls -l | grep node_modules + - cd node_modules + - ls -l - yarn - yarn build:prod @@ -33,7 +36,7 @@ steps: rebuild: true mount: - ./node_modules - - ./build:./dist + - ../dist volumes: - name: modules