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:
before_script:
- apk update && apk add git
- npm install -g pnpm
- pnpm install
- npm install
script:
- pnpm install snyk && pnpm run snyk # Refer to "scripts" in package.json
- pnpm run hexo
- npm install snyk && npm run snyk # Refer to "scripts" in package.json
- npm run hexo
rules:
# Skip in renovate job