Skip to content

Commit d8afe53

Browse files
alan-agius4clydin
authored andcommitted
build: remove ngcc post-install hook
Angular packages are now shipped in Ivy partial mode which makes running NGCC redundant. (cherry picked from commit 1cc7d22)
1 parent e8ece59 commit d8afe53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
"lint": "eslint --cache --max-warnings=0 \"**/*.ts\"",
2727
"templates": "node ./bin/devkit-admin templates",
2828
"validate": "node ./bin/devkit-admin validate",
29-
"postinstall": "yarn webdriver-update && yarn ngcc && yarn husky install",
29+
"postinstall": "yarn webdriver-update && yarn husky install",
3030
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
3131
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 92.0.4515.107",
32-
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
3332
"public-api:check": "node goldens/public-api/manage.js test",
3433
"public-api:update": "node goldens/public-api/manage.js accept",
3534
"ts-circular-deps:check": "ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js",

0 commit comments

Comments
 (0)