Skip to content

Commit

Permalink
chore(integ-runner): add fsevents to optionalDependencies (aws#26151)
Browse files Browse the repository at this point in the history
This matches the behavior of [aws-cdk](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/package.json#L31-L35)

When `integ-runner` is installed on a mac, `fsevents` will be installed as well.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
corymhall authored Jun 28, 2023
1 parent ee3d41e commit 8056e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"lib/workers/extract/index.js"
],
"externals": {
"optionalDependencies": [
"fsevents"
],
"dependencies": [
"aws-cdk"
]
Expand Down

0 comments on commit 8056e38

Please sign in to comment.