Skip to content

Commit

Permalink
chore: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
juditgreskovits committed Nov 21, 2024
1 parent dc7fce2 commit 27a3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
#!/bin/bash
echo "Add serve target to nx next app"
./add-serve-target.sh -w path/to/workspace -a example-app
./add-serve-target.sh -w ../$NX_WORKSPACE -a $NX_APP
echo "Test ./local-test.sh (with cleanup flag)"
./local-test.sh -w ../$NX_WORKSPACE -a $NX_APP
Expand Down

0 comments on commit 27a3b2e

Please sign in to comment.