Skip to content

Commit

Permalink
fix: add node-opts for oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Dec 5, 2024
1 parent 0a8ff74 commit 42620e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
"preparse": "/dist/hooks/preparse"
},
"update": {
"node": {
"options": [
"--no-deprecation"
]
},
"s3": {
"bucket": "dfc-data-production",
"indexVersionLimit": 140,
Expand Down

0 comments on commit 42620e1

Please sign in to comment.