Skip to content

Commit b6f37d1

Browse files
committed
fix: update dependencies
1 parent c470d44 commit b6f37d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

nx.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@
4242
"build:types": {
4343
"inputs": ["production", "^production"],
4444
"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-
]
45+
"outputs": ["{projectRoot}/build/types", "{projectRoot}/build/npm/types"]
5146
},
5247
"lint": {
5348
"inputs": ["default"],

0 commit comments

Comments
 (0)