aboutsummaryrefslogtreecommitdiffstatshomepage
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
parent511af2a2e8753c8fe5552450ec678a7d88ef7b66 (diff)
downloadmissing-c4053b146336523241bce32897dfb67bbf774946.tar.gz
missing-c4053b146336523241bce32897dfb67bbf774946.zip
sfkdsşofdsk
-rw-r--r--.gitignore3
-rw-r--r--netlify.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 15f173f..2ab67bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/.idea
dist
node_modules
+
+# Local Netlify folder
+.netlify
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
"""