Merge pull request #52 from rodrigopedra/patch-2

Use `npm ci` to avoid package-lock update
This commit is contained in:
Jonathan Reinink 2019-11-06 07:40:30 -05:00 committed by GitHub
commit b6e9aa3912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ composer install
Install NPM dependencies:
```sh
npm install
npm ci
```
Build assets: