Skip to content

Commit 51a868c

Browse files
committed
add postinstall
1 parent 1e8a709 commit 51a868c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

carrental-web/src/angular/carrental/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test-chromium": "ng test --browsers ChromiumHeadless --watch=false",
1212
"test-local": "ng test --browsers Chromium --watch=true",
1313
"lint": "ng lint",
14-
"e2e": "ng e2e"
14+
"e2e": "ng e2e",
15+
"postinstall": "ngcc"
1516
},
1617
"private": true,
1718
"dependencies": {

0 commit comments

Comments
 (0)