From f512f7ea09a70768b1606fdbed7a3f9ccdfff701 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Mon, 28 Jun 2021 15:10:32 +0800 Subject: [PATCH] npm yaml --- .beagle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index a7e67a7..031a34a 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -22,8 +22,8 @@ pipeline: volumes: - /data/cache/yarn:/usr/local/share/.cache/yarn commands: - - yarn install - - yarn run build + - npm install + - npm run build store-cache: image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 rebuild: true -- 2.26.0