We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029105f commit 012339dCopy full SHA for 012339d
.stacks/scripts/build.sh
@@ -23,7 +23,7 @@ for dir in $dirs; do
23
24
# Check if the directory is one of the two specified
25
## This is because eslint requires cjs builds which we use unbuild for
26
- if [[ "$dir" == *"/eslint-plugin-stacks" ]] || [[ "$dir" == *"/eslint-plugin-stacksjs" ]]; then
+ if [ "$dir" = *"/eslint-plugin-stacks" ] || [ "$dir" = *"/eslint-plugin-stacksjs" ]; then
27
# Run the bun unbuild command
28
bun --bun unbuild
29
else
0 commit comments