Skip to content

Commit

Permalink
Add optional windows build dependency
Browse files Browse the repository at this point in the history
Nx has OS-specific dependencies, and it not being present on windows
breaks the toolchaing.
  • Loading branch information
NSeydoux committed Sep 18, 2023
1 parent 94391bc commit c5bb6d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"typescript": "^5.2.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
"fsevents": "^2.3.2",
"@nx/nx-win32-x64-msvc": "^16.8.1"
},
"engines": {
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
Expand Down

0 comments on commit c5bb6d8

Please sign in to comment.