UNPKG

script-launcher

Version:

Enhance your package.json scripts with features like: menus, functions, arrays, concurrency and many more.

15 lines (14 loc) 347 B
{ "scripts": { "serve:dev": { "concurrent": [ "echo Start development backend api...", "", "serve:" ] }, "serve:$config=": "ng serve --configuration=$config", "build:$config=": "ng build --configuration=$config --base-href $launch_setting_${config}_base_href", "build:dev": "build:" } }