install global
This commit is contained in:
parent
c114b07d07
commit
ee045cdf5e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo ">> Validating JSON..."
|
echo ">> Validating JSON..."
|
||||||
npm install jsonlint
|
npm install jsonlint -g
|
||||||
jsonlint -q apt/apt-installs-core.json
|
jsonlint -q apt/apt-installs-core.json
|
||||||
jsonlint -q apt/apt-installs-extra.json
|
jsonlint -q apt/apt-installs-extra.json
|
||||||
jsonlint -q apt/apt-keys.json
|
jsonlint -q apt/apt-keys.json
|
||||||
|
|
Loading…
Reference in a new issue