Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 9, 2024
1 parent 07fb663 commit 3502613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turborepo-tests/helpers/setup_example_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ -z "$package_manager" ]; then
exit 1
fi

echo "node --version: $(node --version)"

# Use the right command for each package manager
if [ "$package_manager" == "npm" ]; then
package_manager_command="(npx @turbo/workspaces convert . npm; exit 0) && npm install"
Expand Down

0 comments on commit 3502613

Please sign in to comment.