Skip to content
Snippets Groups Projects
Commit 2d7f90d5 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add ngcc

parent d2ef9a8c
No related branches found
No related tags found
1 merge request!13Angular Version 10
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
"e2e": "ng e2e nshmp-template", "e2e": "ng e2e nshmp-template",
"e2e:example": "ng e2e example", "e2e:example": "ng e2e example",
"pre-commit": "pretty-quick --staged && npm run lint && npm run lint:example", "pre-commit": "pretty-quick --staged && npm run lint && npm run lint:example",
"pre-push": "npm run pre-commit && npm run build" "pre-push": "npm run pre-commit && npm run build",
"postinstall": "ngcc"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment