ソースを参照

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

todd 6 年 前
コミット
2af5287aab
3 ファイル変更3 行追加3 行削除
  1. 1 1
      .travis.yml
  2. 1 1
      README.md
  3. 1 1
      src/doc/README.md-nobuild

+ 1 - 1
.travis.yml

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

+ 1 - 1
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.
 From the root of the repository, install the tools used to develop.
 
 
     $ bundle install
     $ bundle install
-    $ npm install
+    $ npm ci
 
 
 Build the font:
 Build the font:
 
 

+ 1 - 1
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.
 From the root of the repository, install the tools used to develop.
 
 
     $ bundle install
     $ bundle install
-    $ npm install
+    $ npm ci
 
 
 Build the font:
 Build the font: