Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit f075046

Browse files
author
Craigory Coppola
committed
fix(core): #34 remove spec files from built plugin
1 parent 457db15 commit f075046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"packages/core/*.md",
3434
{
3535
"input": "./packages/core/src",
36-
"glob": "**/*.!(ts)",
36+
"glob": "**/*.!(ts|spec.ts)",
3737
"output": "./src"
3838
},
3939
{
@@ -102,7 +102,7 @@
102102
"packages/typescript/*.md",
103103
{
104104
"input": "./packages/typescript/src",
105-
"glob": "**/*.!(ts)",
105+
"glob": "**/*.!(ts|spec.ts)",
106106
"output": "./src"
107107
},
108108
{

0 commit comments

Comments
 (0)