0

How do we start the development server for a monorepo app using a custom script from different pacakge, which will be typically used to run the app

this is package.json at root level

{
 "name": "@ABC/source",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
  "start": "npx nx serve ABC",
  "build": "npx nx build ABC"
} 
 .......

I want to start ABC app with script like "channel-scripts serve-channel"

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.