Skip to content

Commit

Permalink
Exclude .yarn cache from the dist (#14242)
Browse files Browse the repository at this point in the history
* Exclude .yarn cache and tests from the dist

* Do not exclude tests
  • Loading branch information
martinRenou committed Mar 21, 2023
1 parent 8230a1a commit 72822a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ exclude = [
"/examples",
"/galata/lib",
"/jupyterlab/staging/build",
"/jupyterlab/staging/.yarn",
"/packages",
"/release",
"/testutils",
Expand All @@ -178,6 +179,7 @@ include = [
exclude = [
"*.js.map",
"/jupyterlab/staging/build",
"/jupyterlab/staging/.yarn",
"node_modules"
]

Expand Down

0 comments on commit 72822a0

Please sign in to comment.