diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-06-30 02:38:25 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-06-30 02:38:25 +0300 |
commit | c4053b146336523241bce32897dfb67bbf774946 (patch) | |
tree | db2f2b3949bb3fb63e2b4bae17879b6679e8db93 /netlify.toml | |
parent | 511af2a2e8753c8fe5552450ec678a7d88ef7b66 (diff) | |
download | missing-c4053b146336523241bce32897dfb67bbf774946.tar.gz missing-c4053b146336523241bce32897dfb67bbf774946.zip |
sfkdsşofdsk
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 2 |
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 """ |