aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/netlify.toml
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2022-05-31 01:31:44 +0300
committerDeniz Akşimşek <deniz@denizaksimsek.com>2022-05-31 01:31:44 +0300
commitdaf6873086669bdbbe08a06fdbca482b857c0cf9 (patch)
treee5cee6c4dda4e8626ac13d345d98582943529d70 /netlify.toml
parentfc0081b35d25cc31f282a2e4d688c3aea9748bd7 (diff)
downloadmissing-daf6873086669bdbbe08a06fdbca482b857c0cf9.tar.gz
missing-daf6873086669bdbbe08a06fdbca482b857c0cf9.zip
fix netlify build
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
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
"""