Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-05-11 13:10:20 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-11 13:10:20 +0300
commit46828ef7ce798046ba7cb37baf3e2d4c4e07d90f (patch)
tree68d9062e0d80ac382d09034be27bf58f046bb654
parenta5959df296628ca98049367b005aa25cb7141432 (diff)
Use npm ci
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 52e9f0b8..37043727 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -61,17 +61,17 @@ steps:
- name: eslint
image: node:lts-alpine
commands:
- - npm install
+ - npm ci
- npm run lint
- name: stylelint
image: node:lts-alpine
commands:
- - npm install
+ - npm ci
- npm run stylelint
- name: build
image: node:lts-alpine
commands:
- - npm install
+ - npm ci
- npm run build
trigger:
branch: