mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-13 00:30:31 +08:00
Change npm install
to npm ci
so lock file is not updated
This commit is contained in:
parent
1667010bc5
commit
2af5287aab
@ -4,7 +4,7 @@ language:
|
||||
|
||||
install:
|
||||
- bundle install
|
||||
- npm install
|
||||
- npm ci
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user