From a08511612a818d841af99f68fa7f2684c7df5d12 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 16 May 2020 06:30:43 +0100 Subject: [PATCH] ci: list npm binaries (test) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e8cfd5..217feeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ test: script: - npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json + - ls node_modules/.bin - npm run hexo # Update github mirror