Skip to content

Commit 012339d

Browse files
committed
chore: wip
1 parent 029105f commit 012339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for dir in $dirs; do
2323

2424
# Check if the directory is one of the two specified
2525
## This is because eslint requires cjs builds which we use unbuild for
26-
if [[ "$dir" == *"/eslint-plugin-stacks" ]] || [[ "$dir" == *"/eslint-plugin-stacksjs" ]]; then
26+
if [ "$dir" = *"/eslint-plugin-stacks" ] || [ "$dir" = *"/eslint-plugin-stacksjs" ]; then
2727
# Run the bun unbuild command
2828
bun --bun unbuild
2929
else

0 commit comments

Comments
 (0)