aboutsummaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
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"