ci(netlify): set NODE_ENV=production

This commit is contained in:
MDLeom 2020-05-17 03:16:30 +01:00
parent 1fdb005dff
commit 0b56c776fc
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
[context.production]
environment = { NODE_ENV = "production" }
publish = "public"
command = "npm run hexo"