Remove deploy
from nx.json
and add dependsOn
on each project
#932
Labels
deploy
from nx.json
and add dependsOn
on each project
#932
Describe the bug
We need to remove the
deploy
target fromnx.json
and add the"dependsOn": ["^deploy"]
of each package inproject.json
:To Reproduce
Steps to reproduce the behavior:
yarn && yarn build:all
yarn nx build angular
yarn nx deploy angular
At this moment you will see an error because NX tries to deploy other packages before deploying the examples.
Expected behavior
yarn nx deploy angular
should run without depending on the deploy script of other packages.Screenshots
Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: