mirror of https://gitlab.com/curben/blog
build: always execute 'npm install'
- https://stackoverflow.com/a/50820392
This commit is contained in:
parent
3e2d9fed61
commit
30fe50290c
|
@ -1,3 +1,3 @@
|
|||
[context.production]
|
||||
publish = "public"
|
||||
command = "npm install --only=prod -g npm && npm install --only=prod snyk && npm run snyk && npm run hexo"
|
||||
command = "npm install --only=prod -g npm && npm install --only=prod && npm install --only=prod snyk && npm run snyk && npm run hexo"
|
||||
|
|
Loading…
Reference in New Issue