Skip to content

Commit

Permalink
Add "patches" folder to package.json "files" field. (#13554)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>

Contribute on behalf of STMicroelectronics
  • Loading branch information
tsmaeder authored Apr 3, 2024
1 parent 52ac2a4 commit 86bac3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"files": [
"bin",
"lib",
"src"
"src",
"patches"
],
"bin": {
"theia": "./bin/theia",
Expand Down Expand Up @@ -63,4 +64,4 @@
"@types/node-fetch": "^2.5.7",
"@types/proxy-from-env": "^1.0.1"
}
}
}

0 comments on commit 86bac3e

Please sign in to comment.