Skip to content

Commit ee12c70

Browse files
author
John Doe
committed
refactor: exclude nx-plugin from builds
1 parent 1333f3c commit ee12c70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,10 @@
373373
}
374374
}
375375
},
376-
"./tools/src/ts-down.plugin.mjs"
376+
{
377+
"plugin": "./tools/src/ts-down.plugin.mjs",
378+
"exclude": ["nx-plugin"]
379+
}
377380
],
378381
"nxCloudId": "65d4d862d2adb16a45a4bc7c"
379382
}

0 commit comments

Comments
 (0)