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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-02-27 11:02:05 +0300
committerGitHub <noreply@github.com>2020-02-27 11:02:05 +0300
commitb530de6c5f55509a75b9d0f4203b2d99d9b47814 (patch)
tree5c129b2ba82dacd54fffcd2bf51515bf9776b738
parente3564d0de732b3c1c4ae0f8b81ff3fd836c3de09 (diff)
Update tests
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index a9e2de3..bedad07 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ steps:
image: nextcloudci/node:node-4
commands:
- find js/ -type f -delete
- - npm install
+ - npm ci
- npm run build
- git status
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"