Skip to content

Commit 736af24

Browse files
committed
fix bash thing
1 parent c3127e0 commit 736af24

File tree

1 file changed

+1
-3
lines changed
  • packages/turbo-repository/scripts

1 file changed

+1
-3
lines changed

packages/turbo-repository/scripts/build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ for flag in $user_provided_flags; do
1717
fi
1818
done
1919

20-
flags="$script_provided_flags $user_provided_flags"
21-
echo $flags
22-
node_modules/.bin/napi build "$flags"
20+
node_modules/.bin/napi build $script_provided_flags $user_provided_flags
2321

2422
# Unfortunately, when napi generates a .d.ts file, it doesn't match our formatting rules (it doesn't have semicolons).
2523
# Since there's now way to configure this from napi itself, so we need to run prettier on it after generating it.

0 commit comments

Comments
 (0)