Skip to content

Commit

Permalink
fix(core): #34 remove spec files from built plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed May 5, 2021
1 parent 457db15 commit f075046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"packages/core/*.md",
{
"input": "./packages/core/src",
"glob": "**/*.!(ts)",
"glob": "**/*.!(ts|spec.ts)",
"output": "./src"
},
{
Expand Down Expand Up @@ -102,7 +102,7 @@
"packages/typescript/*.md",
{
"input": "./packages/typescript/src",
"glob": "**/*.!(ts)",
"glob": "**/*.!(ts|spec.ts)",
"output": "./src"
},
{
Expand Down

0 comments on commit f075046

Please sign in to comment.