Changed install pipeline to frozen-lockfile
continuous-integration/drone/push Build is passing Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-04-28 16:18:26 +02:00
parent 5dd7974734
commit 315aa308e4
1 changed files with 1 additions and 1 deletions

View File

@ -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