mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
lockfile lint check
This commit is contained in:
parent
99d5c7c943
commit
d8413aaf2b
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ before_install:
|
|||
- sudo apt-get update
|
||||
- sudo apt-get -y install libreoffice
|
||||
- sudo apt-get -y install libreoffice-pdfimport
|
||||
- sudo npm install -g lockfile-lint
|
||||
|
||||
before_script:
|
||||
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
|
|
Loading…
Reference in a new issue