package.json
{
"name": "client",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"serveapp": "ng serve --configuration=uat",
"buildapp": "babel --plugins @babel/plugin-proposal-object-rest-spread node_modules/bpmnlint/lib/linter.js -o node_modules/bpmnlint/lib/linter.js && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=production --source-map=false --base-href / --prod --aot --build-optimizer=false",
"buildappPROD": "babel --plugins @babel/plugin-proposal-object-rest-spread node_modules/bpmnlint/lib/linter.js -o node_modules/bpmnlint/lib/linter.js && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=production --source-map=false --base-href / --prod --aot --build-optimizer=false",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node src/assets/js/patch.js",