Skip to content

Commit

Permalink
build: use node 10 LTS and set prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Oct 14, 2019
1 parent e1d870a commit 4682cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
command = "npm run build"
publish = "/public"
environment = { NODE_VERSION = "10", NODE_ENV = "production" }

[[redirects]]
from = "/"
Expand Down

0 comments on commit 4682cfd

Please sign in to comment.