mirror of https://gitlab.com/curben/blog
Revert "ci(gitlab): execute hexo without using npm script"
This reverts commit da8d14b4af
.
This commit is contained in:
parent
da8d14b4af
commit
dd3db60689
|
@ -11,7 +11,7 @@ test:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json
|
- npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json
|
||||||
- node node_modules/.bin/hexo generate
|
- npm run hexo
|
||||||
|
|
||||||
# Update github mirror
|
# Update github mirror
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in New Issue