From 2af5287aab18c7a62ae1d031208413abfb14db82 Mon Sep 17 00:00:00 2001 From: todd Date: Tue, 26 Feb 2019 16:13:25 -0500 Subject: Change `npm install` to `npm ci` so lock file is not updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3