瀏覽代碼

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:
   - bundle install
-  - npm install
+  - npm ci
 
 script:
   - 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.
 
     $ bundle install
-    $ npm install
+    $ npm ci
 
 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.
 
     $ bundle install
-    $ npm install
+    $ npm ci
 
 Build the font: