Skip to content

Commit

Permalink
ci: disable ngcc async
Browse files Browse the repository at this point in the history
Disable ngcc async mode, because the circle ci container is low on resources and causes worker failures when run in async.
  • Loading branch information
alan-agius4 authored and dgp1130 committed May 4, 2020
1 parent 3eb6105 commit 6c8b0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postinstall": "yarn webdriver-update && yarn ngcc",
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 81.0.4044.0",
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --no-async"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c8b0f1

Please sign in to comment.