mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
.travis.yml: Run npm ci, not npm install.
This enforces that package-lock.json is up to date in Git. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
107e522914
commit
747fbb5ab0
@@ -20,7 +20,8 @@ node_js:
|
||||
before_install:
|
||||
- ./scripts/travis-xvfb.sh
|
||||
- npm install -g gulp
|
||||
- npm install
|
||||
- npm ci
|
||||
- (cd app && npm ci)
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user