Skip to content

Commit

Permalink
build: fix baml-core-ffi script (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Mar 25, 2024
1 parent 79a3648 commit b1b7f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
cd "$1"
_repo_root="$(git rev-parse --show-toplevel)"
_path="$(pwd | sed "s|^${_repo_root}||")"
echo "Building in REPO${_path}"
echo "Building in REPO${_path} (cwd: $(pwd))"

case "$_path" in

Expand All @@ -59,6 +59,7 @@ case "$_path" in
npx nodemon \
--verbose \
--ext js,ts \
--ignore index.js \
--ignore index.d.ts \
--exec 'yarn build'
else
Expand Down

0 comments on commit b1b7f4a

Please sign in to comment.