Skip to content

Commit

Permalink
chore: test more
Browse files Browse the repository at this point in the history
  • Loading branch information
juditgreskovits committed Nov 21, 2024
1 parent 9bfbe34 commit 6a3958f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions add-serve-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ if [ -z $workspace ] || [ -z $app ]; then
exit 1
fi

echo "Hello"

# Path to the JSON file
NX_PROJECT_FILE=$workspace/apps/$app/project.json
# NX_PROJECT_FILE=$workspace/apps/$app/project.json

echo $NX_PROJECT_FILE
# echo $NX_PROJECT_FILE

# # Check if the file exists
# if [[ ! -f "$NX_PROJECT_FILE" ]]; then
Expand Down

0 comments on commit 6a3958f

Please sign in to comment.