Skip to content

Instantly share code, notes, and snippets.

@picheli20
Created October 31, 2018 16:39
Show Gist options
  • Save picheli20/53ee9b140413552c1d6453bcc0ed7002 to your computer and use it in GitHub Desktop.
Save picheli20/53ee9b140413552c1d6453bcc0ed7002 to your computer and use it in GitHub Desktop.
{
...
"scripts": {
...
"serve": "concurrently \"npm run ui-jar\" \"ng serve\"",
"ui-jar": "node node_modules/ui-jar/dist/bin/cli.js --directory ./projects/ --includes \\.ts$",
"docs:watch": "npm run ui-jar -- --watch"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment