ci: use npm ci instead of npm install

This commit is contained in:
Karl-Philipp Wulfert
2018-12-04 14:16:48 +01:00
parent d5e58586a6
commit a3f858942b

View File

@@ -7,7 +7,7 @@ cache:
- node_modules - node_modules
before_script: before_script:
- npm install - npm ci
stages: stages:
- build - build