Merge pull request #52 from rodrigopedra/patch-2
Use `npm ci` to avoid package-lock update
This commit is contained in:
commit
b6e9aa3912
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ composer install
|
||||||
Install NPM dependencies:
|
Install NPM dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install
|
npm ci
|
||||||
```
|
```
|
||||||
|
|
||||||
Build assets:
|
Build assets:
|
||||||
|
|
Loading…
Add table
Reference in a new issue