Skip to content

Commit

Permalink
Set skipTraversal in scarf packages (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman authored Feb 7, 2025
1 parent 673c2dc commit e365fbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/restate-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"dependencies": {
"@scarf/scarf": "^1.4.0"
},
"scarfSettings": {
"skipTraversal": true
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
Expand Down
3 changes: 3 additions & 0 deletions npm/restate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"dependencies": {
"@scarf/scarf": "^1.4.0"
},
"scarfSettings": {
"skipTraversal": true
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
Expand Down
3 changes: 3 additions & 0 deletions npm/restatectl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"dependencies": {
"@scarf/scarf": "^1.4.0"
},
"scarfSettings": {
"skipTraversal": true
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
Expand Down

0 comments on commit e365fbb

Please sign in to comment.