From 68534cd5413c6931dd217d3dd6bfa3da496238a3 Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 1 Jan 2020 21:39:07 +0100 Subject: [PATCH] Remove deprecated npm options --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4ac909..cb9600d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ javascript build: paths: - node_modules/ before_script: - - npm install --dev + - npm install --only=dev script: - npx gulp @@ -45,7 +45,7 @@ javascript linting: paths: - node_modules/ before_script: - - npm install --dev + - npm install --only=dev script: - npm run lint