Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 414
Refactor into a pnpm workspace#89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
e1556a9843205a15918b0373c060e6ab69e02fb296File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| use-lockfile-v6=true | ||
| resolution-mode=highest | ||
| auto-install-peers=true | ||
| strict-peer-dependencies=false | ||
| save-workspace-protocol=false | ||
| prefer-workspace-packages=true | ||
| include-workspace-root=true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -27,7 +27,10 @@ npm install typechat | ||
| You can also build TypeChat from source: | ||
| ``` | ||
| npm run build | ||
| git clone https://github.com/microsoft/TypeChat | ||
| cd TypeChat | ||
| pnpm install | ||
| ||
| pnpm build | ||
| ``` | ||
| To see TypeChat in action, we recommend exploring the [TypeChat example projects](./examples). You can try them on your local machine or in a GitHub Codespace. | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This awkwardly already runs
build-all.