test: add workaround to cli-hello-world payload-size test (#22808)

See https://github.com/angular/devkit/pull/524

PR Close #22808
This commit is contained in:
Igor Minar 2018-03-17 19:23:58 -07:00
parent f258ec67bf
commit 99408d0445
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
"build": "ng build --prod --build-optimizer",
"test": "ng test --single-run",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"postinstall": "patch for https://github.com/angular/devkit/pull/524",
"postinstall": "sed -i.bak 's/]esm5/]f?esm5/' node_modules/@angular-devkit/build-optimizer/src/build-optimizer/build-ptimizer.js"
},
"private": true,
"dependencies": {