From da8d14b4af915a457e48d3239695daf3d2b6e5f2 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 16 May 2020 07:03:57 +0100 Subject: [PATCH] ci(gitlab): execute hexo without using npm script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e8cfd5..4f1706d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test: script: - npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json - - npm run hexo + - node node_modules/.bin/hexo generate # Update github mirror after_script: