mirror of https://gitlab.com/curben/blog
ci(netlify): remove npm modules installation
- Netlify runs it by default
This commit is contained in:
parent
6c3b8bb51f
commit
7f543f2c82
|
@ -1,3 +1,3 @@
|
||||||
[context.production]
|
[context.production]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "npm install --only=prod && npm install --only=prod --no-save snyk && npm run snyk && npm run hexo"
|
command = "npm install --only=prod --no-save snyk && npm run snyk && npm run hexo"
|
||||||
|
|
Loading…
Reference in New Issue