We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c470d44 commit b6f37d1Copy full SHA for b6f37d1
nx.json
@@ -42,12 +42,7 @@
42
"build:types": {
43
"inputs": ["production", "^production"],
44
"dependsOn": ["build:transpile", "^build:transpile", "^build:types"],
45
- "outputs": [
46
- "{projectRoot}/build/types",
47
- "{projectRoot}/build/types-ts3.8",
48
- "{projectRoot}/build/npm/types",
49
- "{projectRoot}/build/npm/types-ts3.8"
50
- ]
+ "outputs": ["{projectRoot}/build/types", "{projectRoot}/build/npm/types"]
51
},
52
"lint": {
53
"inputs": ["default"],
0 commit comments