Skip to content

Commit

Permalink
feat: print current dir when running pub get (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp authored Jan 11, 2024
1 parent b063595 commit f756772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_build_tool.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ If %ERRORLEVEL% neq 0 (
REM There is no CUR_PACKAGE_INFO it was renamed in previous step to %PREV_PACKAGE_INFO%
REM which means we need to do pub get and precompile
if not exist "%PRECOMPILED%" (
echo Running pub get in "%cd%"
"%DART%" pub get --no-precompile
"%DART%" compile kernel bin/build_tool_runner.dart
)
Expand Down

0 comments on commit f756772

Please sign in to comment.