Skip to content

Commit 41d050d

Browse files
build(blazebuild): update wrapper
Signed-off-by: Ar Rakin <[email protected]>
1 parent fe6fa9a commit 41d050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ if [ $setup -eq 1 ]; then
301301
rm -rf "$projectdir/node_modules/blazebuild" || exit 1
302302
fi
303303

304-
ln -s "$(readlink -f "$blaze_srcpath/src/main/typescript")" "$projectdir/node_modules/blazebuild" || exit 1
304+
ln -s "$(readlink -f "$blaze_srcpath")" "$projectdir/node_modules/blazebuild" || exit 1
305305

306306
if [ -z "$has_bun" ]; then
307307
print 34 "info " "Building BlazeBuild (for node)..."

0 commit comments

Comments
 (0)