Skip to content

Commit

Permalink
fix: install turbo as optional dependency (#629)
Browse files Browse the repository at this point in the history
### Description of the Change

Closes #617

### How to test the Change
Run npm install from machines with different architectures and
platforms:
- Darwin x64
- Darwin arm64
- Linux x64
- Linux arm64
- Windows x64
- Windows arm64


### Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you are unsure about any of these, please ask for
clarification. We are here to help! -->
- [x] I agree to follow this project's [**Code of
Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md).
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my change.
- [ ] All new and existing tests pass.
  • Loading branch information
nicholasio authored Oct 27, 2023
2 parents be51a23 + 613566b commit 36e20be
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 3 deletions.
80 changes: 77 additions & 3 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,13 @@
},
"dependencies": {
"express": "^4.18.1"
},
"optionalDependencies": {
"turbo-darwin-64": "^1.9.3",
"turbo-darwin-arm64": "^1.9.3",
"turbo-linux-64": "^1.9.3",
"turbo-linux-arm64": "^1.9.3",
"turbo-windows-64": "^1.9.3",
"turbo-windows-arm64": "^1.9.3"
}
}

1 comment on commit 36e20be

@vercel
Copy link

@vercel vercel bot commented on 36e20be Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.