aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-09-06 06:01:43 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2017-09-06 06:01:43 -0700
commitd44a252f64fc521d7de4435b43f90476b5c869ec (patch)
treed06690bffdb1f6fe077430b01c299251c0f6cc0a /netlify.toml
parent3cc7aec37fdc3200c13406c68353070ae9a56061 (diff)
Update netlify toml
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index dd1ef8e..3471397 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
- command = "npm run build"
+ command = "yarn build"
publish = "dist"
[context.deploy-preview]
- command = "npm run build-preview"
+ command = "yarn build-preview"