Skip to content

Commit

Permalink
no hoist for tap & rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Jul 18, 2024
1 parent 8adb873 commit 1c19fa2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"version": "1.0.0",
"description": "An OpenAI embeddings API compatible microservice for Magda.",
"main": "app.ts",
"workspaces": {
"nohoist": [
"**/tap",
"**/tap/**",
"**/rimraf",
"**/rimraf/**"
]
},
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 1c19fa2

Please sign in to comment.