Skip to content

Commit

Permalink
fix(ci): make fsevents optional
Browse files Browse the repository at this point in the history
  • Loading branch information
imollov committed Feb 12, 2024
1 parent 6d05128 commit 6b993fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"readline": "^1.3.0",
"vm2": "^3.9.18"
},
"optionalDependencies": {
"fsevents": "*"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
Expand Down

0 comments on commit 6b993fd

Please sign in to comment.