mirror of https://gitlab.com/curben/blog
ci(gitlab): switch back to npm
This commit is contained in:
parent
1e51f918ed
commit
415a7591c8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue