Skip to content

Commit ae6ce54

Browse files
authored
fix: building nx plugin includes spec files (#19)
1 parent 503fc23 commit ae6ce54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

workspace.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
"packages/nx/*.md",
3737
{
3838
"input": "./packages/nx/src",
39-
"glob": "**/*.!(ts)",
39+
"glob": "**/!(*.ts)",
40+
"output": "./src"
41+
},
42+
{
43+
"input": "./packages/nx/src",
44+
"glob": "**/*.d.ts",
4045
"output": "./src"
4146
},
4247
{

0 commit comments

Comments
 (0)