ci(gitlab): switch back to npm

This commit is contained in:
MDLeom 2020-08-10 04:11:10 +00:00
parent 1e51f918ed
commit 415a7591c8
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 4 deletions

View File

@ -10,12 +10,11 @@ variables:
test: test:
before_script: before_script:
- apk update && apk add git - apk update && apk add git
- npm install -g pnpm - npm install
- pnpm install
script: script:
- pnpm install snyk && pnpm run snyk # Refer to "scripts" in package.json - npm install snyk && npm run snyk # Refer to "scripts" in package.json
- pnpm run hexo - npm run hexo
rules: rules:
# Skip in renovate job # Skip in renovate job