Skip to content

Commit

Permalink
create target demonstrating the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshraj committed Jun 22, 2022
1 parent 20e0f4d commit 3d055fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/cart/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@
}
]
}
},
"run-in-dist":{
"executor": "@nrwl/workspace:run-commands",
"options": {
"cwd": "dist/apps/cart",
"command": "nx run cart:build"
}
}
},
"tags": ["type:app", "scope:cart"],
Expand Down

0 comments on commit 3d055fc

Please sign in to comment.