diff options
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 e4d318a..b4ebc83 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - publish = "static" - command = "cd test && npm install && npm run build" + publish = "dest" + command = "./gen" |