From 2af5287aab18c7a62ae1d031208413abfb14db82 Mon Sep 17 00:00:00 2001 From: todd Date: Tue, 26 Feb 2019 16:13:25 -0500 Subject: [PATCH] Change `npm install` to `npm ci` so lock file is not updated --- .travis.yml | 2 +- README.md | 2 +- src/doc/README.md-nobuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e2a95dac..ed9cfbb91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: install: - bundle install - - npm install + - npm ci script: - npm run build diff --git a/README.md b/README.md index a42f1e4c8..ea32c213c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ to the `dependencies` in your `component.json`. From the root of the repository, install the tools used to develop. $ bundle install - $ npm install + $ npm ci Build the font: diff --git a/src/doc/README.md-nobuild b/src/doc/README.md-nobuild index 867babbf9..9ba6e5128 100644 --- a/src/doc/README.md-nobuild +++ b/src/doc/README.md-nobuild @@ -80,7 +80,7 @@ to the `dependencies` in your `component.json`. From the root of the repository, install the tools used to develop. $ bundle install - $ npm install + $ npm ci Build the font: