Run npm ls after npm install for packages

This commit is contained in:
Peter Dave Hello 2018-07-12 19:47:04 +08:00
parent 583c223015
commit 3a567bf2df

View file

@ -12,6 +12,7 @@ cache:
before_script: before_script:
- npm install dockerfile_lint - npm install dockerfile_lint
- npm ls dockerfile_lint
script: script:
- npx dockerfile_lint - npx dockerfile_lint