ci(netlify): remove npm modules installation

- Netlify runs it by default
This commit is contained in:
MDLeom 2020-05-04 11:37:36 +01:00
parent 6c3b8bb51f
commit 7f543f2c82
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[context.production]
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"