Skip to content

Commit

Permalink
upped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonau committed Apr 5, 2024
1 parent 700184d commit 1c9a03a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.7
6 changes: 4 additions & 2 deletions scripts/ci.d/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ fi
if [ $CLEAN = true ]; then
echo "Cleaning dist directories"
if [ ! -z $INCLUDE ]; then
rm -rf $(fd -IL -E 'node_modules' -E "/$INCLUDE" -td -g 'dist')
rm -rf $(fd -IL -E "/$INCLUDE" -E 'build' -td -g 'node_modules')
rm -rf $(fd -IL -E 'node_modules' -E "/$INCLUDE" -E 'build' -td -g 'dist')
else
rm -rf $(fd -IL -E 'node_modules' -td -g 'dist')
rm -rf $(fd -IL -E 'build' -td -g 'node_modules')
rm -rf $(fd -IL -E 'node_modules' -E 'build' -td -g 'dist')
fi
fi

Expand Down

0 comments on commit 1c9a03a

Please # to comment.