Commit b6e9aa39 by Jonathan Reinink Committed by GitHub

Merge pull request #52 from rodrigopedra/patch-2

Use `npm ci` to avoid package-lock update
2 parents 75ae66a2 cbd3d8a8
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ composer install
Install NPM dependencies:
```sh
npm install
npm ci
```
Build assets:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!