Skip to content

Commit 4481233

Browse files
committed
fix linting
1 parent 9c67896 commit 4481233

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/nestjs/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@
8888
"nx": {
8989
"targets": {
9090
"build:types": {
91-
"inputs": ["production", "^production"],
92-
"dependsOn": ["^build:types"],
91+
"inputs": [
92+
"production",
93+
"^production"
94+
],
95+
"dependsOn": [
96+
"^build:types"
97+
],
9398
"outputs": [
9499
"{projectRoot}/build/types",
95100
"{projectRoot}/build/types-ts3.8",

0 commit comments

Comments
 (0)