diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:01:43 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-06 06:01:43 -0700 |
| commit | d44a252f64fc521d7de4435b43f90476b5c869ec (patch) | |
| tree | d06690bffdb1f6fe077430b01c299251c0f6cc0a /netlify.toml | |
| parent | 3cc7aec37fdc3200c13406c68353070ae9a56061 (diff) | |
Update netlify toml
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 4 |
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" |
