Skip to content

Commit 6c8b0f1

Browse files
alan-agius4dgp1130
authored andcommitted
ci: disable ngcc async
Disable ngcc async mode, because the circle ci container is low on resources and causes worker failures when run in async.
1 parent 3eb6105 commit 6c8b0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postinstall": "yarn webdriver-update && yarn ngcc",
3939
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
4040
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 81.0.4044.0",
41-
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
41+
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --no-async"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)