Skip to content

Commit f2ed5e8

Browse files
committed
Remove checking for priv/static/js dir
1 parent db79ef7 commit f2ed5e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/check_assets.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
set -e
55

6-
# Check if the priv/static/js directory exists
7-
if [ ! -d "priv/static/js/" ]; then
8-
echo "❌ The directory priv/static/js/ does not exist."
9-
echo "Please ensure the directory exists and try again."
10-
exit 1
11-
fi
126
# Check if there are any changes in priv/static/js directory
137
if ! git diff --exit-code priv/static/js/ > /dev/null 2>&1; then
148
echo "❌ JS assets are not up to date in priv/static/js/"

0 commit comments

Comments
 (0)