Skip to content

Commit

Permalink
fix: sdk build again
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jul 15, 2023
1 parent 1e0a34f commit 25fd924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@localai/desktop",
"private": true,
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"dev:next": "next dev -p 1470",
"build:next": "next build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:web": "turbo run dev --filter=@localai/web",
"dev:desktop": "turbo run dev --filter=@localai/desktop",
"build": "turbo run build",
"build:sdk": "turbo run build --filter=@localai/sdk",
"build:sdk": "turbo run build --filter=@local.ai/sdk",
"build:web": "turbo run build --filter=@localai/web",
"build:desktop": "turbo run build --filter=@localai/desktop",
"build:desktop:sign": "dotenv -- turbo run build --filter=@localai/desktop",
Expand Down

1 comment on commit 25fd924

@vercel
Copy link

@vercel vercel bot commented on 25fd924 Jul 15, 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.