Change npm install to npm ci so lock file is not updated

This commit is contained in:
todd 2019-02-26 16:13:25 -05:00
parent 1667010bc5
commit 2af5287aab
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ language:
install:
- bundle install
- npm install
- npm ci
script:
- npm run build

View file

@ -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:

View file

@ -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: