Skip to content

Commit

Permalink
fix(repo): Modify tools project.json include glob
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 13, 2022
1 parent cdb267d commit 36b066e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/executors/typescript/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"assets": [
{
"input": "./tools/executors/typescript",
"glob": "**/*.md",
"glob": "**/*!(design-token-parsers)/**/*.md",
"output": "."
},
{
Expand Down Expand Up @@ -122,7 +122,7 @@
"assets": [
{
"input": "./tools/executors/typescript",
"glob": "**/*.md",
"glob": "**/*!(design-token-parsers)/**/*.md",
"output": "."
},
{
Expand All @@ -148,7 +148,7 @@
"assets": [
{
"input": "./tools/executors/typescript",
"glob": "**/*.md",
"glob": "**/*!(design-token-parsers)/**/*.md",
"output": "."
},
{
Expand All @@ -174,7 +174,7 @@
"assets": [
{
"input": "./tools/executors/typescript",
"glob": "**/*.md",
"glob": "**/*!(design-token-parsers)/**/*.md",
"output": "."
},
{
Expand Down

0 comments on commit 36b066e

Please sign in to comment.