We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c3fa4 commit 42b2947Copy full SHA for 42b2947
1 file changed
package.json
@@ -59,7 +59,8 @@
59
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
60
"help": "./node_modules/.bin/nx help",
61
"affected:test": "./node_modules/.bin/nx affected:test",
62
- "affected:lint": "./node_modules/.bin/nx affected:lint"
+ "affected:lint": "./node_modules/.bin/nx affected:lint",
63
+ "postinstall": "ngcc"
64
},
65
"private": false,
66
"dependencies": {
0 commit comments