Skip to content

Commit

Permalink
fix executor command for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnlaugurG committed Dec 3, 2024
1 parent db598f7 commit 3d0e254
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/services/auth/ids-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,12 @@
"dev": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn start services-auth-ids-api"]
"commands": [
{
"command": "yarn start services-auth-ids-api"
}
],
"parallel": true
}
}
}
Expand Down

0 comments on commit 3d0e254

Please sign in to comment.