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:
parent
f258ec67bf
commit
99408d0445
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue