diff options
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index efcfd06..dd1ef8e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,6 @@ [build] -command = "npm run build" -publish = "dist" + command = "npm run build" + publish = "dist" + +[context.deploy-preview] + command = "npm run build-preview" |
