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 fe6fa9a commit 41d050dCopy full SHA for 41d050d
blazew
@@ -301,7 +301,7 @@ if [ $setup -eq 1 ]; then
301
rm -rf "$projectdir/node_modules/blazebuild" || exit 1
302
fi
303
304
- ln -s "$(readlink -f "$blaze_srcpath/src/main/typescript")" "$projectdir/node_modules/blazebuild" || exit 1
+ ln -s "$(readlink -f "$blaze_srcpath")" "$projectdir/node_modules/blazebuild" || exit 1
305
306
if [ -z "$has_bun" ]; then
307
print 34 "info " "Building BlazeBuild (for node)..."
0 commit comments