diff --git a/add-serve-target.sh b/add-serve-target.sh index f412630..d193aef 100644 --- a/add-serve-target.sh +++ b/add-serve-target.sh @@ -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