From 315aa308e4c850339b84300ec41624daa7afa7a3 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 28 Apr 2019 16:18:26 +0200 Subject: [PATCH] Changed install pipeline to frozen-lockfile Signed-off-by: Jim Martens --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4b2fabb..c231a32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - bundle install - yarn config set cache-folder /cache/.yarn-cache - yarn global add gulp-cli - - yarn install --pure-lockfile + - yarn install --frozen-lockfile - gulp build - name: rebuild-cache privileged: true