Replies: 1 comment
-
Hi there 👋 !
Then i run Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now i have to run two commands separately one is to run my Next.js project in dev mode and other is watch the workspace dependences and auto build on change
https://nx.dev/recipes/running-tasks/workspace-watching
How do I run both commands as one instead of running 2 commands everytime in different terminals ?
npx run sa:dev npx nx watch --projects=sa --includeDependentProjects -- nx run-many -t dev -p \$NX_PROJECT_NAME --exclude=sa
Beta Was this translation helpful? Give feedback.
All reactions