aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/netlify.toml
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2022-06-30 02:38:25 +0300
committerDeniz Akşimşek <deniz@denizaksimsek.com>2022-06-30 02:38:25 +0300
commitc4053b146336523241bce32897dfb67bbf774946 (patch)
treedb2f2b3949bb3fb63e2b4bae17879b6679e8db93 /netlify.toml
parent511af2a2e8753c8fe5552450ec678a7d88ef7b66 (diff)
downloadmissing-c4053b146336523241bce32897dfb67bbf774946.tar.gz
missing-c4053b146336523241bce32897dfb67bbf774946.zip
sfkdsşofdsk
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 0cafa3d..fc7e6b4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,5 +2,5 @@
[build]
publish = "dist"
command = """
-curl -fsSL https://deno.land/install.sh | sh && PATH=$PATH:/opt/buildhome/.deno/bin/ deno task prod
+git fetch --tags && git tags --list && curl -fsSL https://deno.land/install.sh | sh && PATH=$PATH:/opt/buildhome/.deno/bin/ deno task prod
"""