mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-13 08:40:30 +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:
|
install:
|
||||||
- bundle install
|
- bundle install
|
||||||
- npm install
|
- npm ci
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- 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.
|
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:
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user