diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-05-31 01:31:44 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-05-31 01:31:44 +0300 |
commit | daf6873086669bdbbe08a06fdbca482b857c0cf9 (patch) | |
tree | e5cee6c4dda4e8626ac13d345d98582943529d70 /netlify.toml | |
parent | fc0081b35d25cc31f282a2e4d688c3aea9748bd7 (diff) | |
download | missing-daf6873086669bdbbe08a06fdbca482b857c0cf9.tar.gz missing-daf6873086669bdbbe08a06fdbca482b857c0cf9.zip |
fix netlify build
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index 2cd9662..373189e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,5 @@ publish = "dist" command = """ curl -fsSL https://deno.land/x/install/install.sh | sh && \ -/opt/buildhome/.deno/bin/deno run -A https://deno.land/x/lume/ci.ts \ ---config=www/_config.ts\ +./.deno/bin/deno task prod """ |