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: | ||||
|   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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue