summaryrefslogtreecommitdiff
path: root/assets/script/check-freshness
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-02 08:06:50 +0200
committerhref <href@random.sh>2021-09-02 08:06:50 +0200
commit1fbd63419355e8ddd482c3cb62641bed1366763b (patch)
tree370ce63fcf19f2fd8b1f5136fc19a317050ba0f3 /assets/script/check-freshness
parenttxt: don't search in files with dot, display them below in web (diff)
Phoenix 1.6rc0 & Use proper Esbuild/Tailwind/Npm
Diffstat (limited to 'assets/script/check-freshness')
-rwxr-xr-xassets/script/check-freshness4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/script/check-freshness b/assets/script/check-freshness
new file mode 100755
index 0000000..8971238
--- /dev/null
+++ b/assets/script/check-freshness
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+make -q
+exit $?