Created
October 31, 2018 16:39
-
-
Save picheli20/53ee9b140413552c1d6453bcc0ed7002 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"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