Skip to content

Commit a623c4f

Browse files
AndrewKushniratscott
authored andcommitted
test: drop no longer needed postinstall step from integration test apps (angular#46182)
This commit removed no longer needed postinstall step (to run ngcc) from integration test apps, to avoid extra processing. PR Close angular#46182
1 parent 253ac15 commit a623c4f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

integration/animations/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"pretest": "ng version",
99
"test": "ng test && yarn e2e --configuration=ci && yarn e2e --configuration=ci-production",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e --port 0",
12-
"postinstall": "ngcc --properties es2015 --create-ivy-entry-points"
11+
"e2e": "ng e2e --port 0"
1312
},
1413
"private": true,
1514
"dependencies": {

integration/forms/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"pretest": "ng version",
99
"test": "ng test && yarn e2e --configuration=ci && yarn e2e --configuration=ci-production",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e --port 0",
12-
"postinstall": "ngcc --properties es2015 --create-ivy-entry-points"
11+
"e2e": "ng e2e --port 0"
1312
},
1413
"private": true,
1514
"dependencies": {

integration/standalone-bootstrap/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"pretest": "ng version",
99
"test": "ng test && yarn e2e --configuration=ci && yarn e2e --configuration=ci-production",
1010
"lint": "ng lint",
11-
"e2e": "ng e2e --port 0",
12-
"postinstall": "ngcc --properties es2015 --create-ivy-entry-points"
11+
"e2e": "ng e2e --port 0"
1312
},
1413
"private": true,
1514
"dependencies": {

0 commit comments

Comments
 (0)