Given the following scripts section in package.json:
{
"scripts": {
"build": "tsc index.ts --outDir dist",
"build:watch": "tsc index.ts --outDir dist --watch",
"demo:test": "",
"demo:test:unit": "",
"demo:test:integration": "",
"demo:build": ""
}
}
npm-run
will output:
npm install -g npm-run-cli
npm-run
Add .npmrunrc
to override the configuration. The default config is:
{
"delimiter": ":"
}