Github user ruffle1986 commented on a diff in the pull request:
https://github.com/apache/metron/pull/1217#discussion_r222622136
--- Diff: metron-interface/metron-config/package.json ---
@@ -7,10 +7,11 @@
},
"angular-cli": {},
"scripts": {
- "build": "./node_modules/angular-cli/bin/ng build -prod",
+ "build": "./node_modules/@angular/cli/bin/ng build --prod",
--- End diff --
It can also be written as `ng build --prod`---
