blog/netlify.toml

4 lines
151 B
TOML
Raw Normal View History

2018-09-30 06:17:57 +00:00
[context.production]
2018-09-30 08:06:24 +00:00
publish = "public"
2019-08-23 02:36:25 +00:00
command = "npm install --only=prod -g npm && npm install --only=prod snyk && npm run snyk && npm run hexo"