diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index ebae8dea93..c627ca24c3 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -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": {