Skip to content

Commit

Permalink
fix: sdk build
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jul 15, 2023
1 parent e2841d1 commit 1e0a34f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
Remove-Item -path certificate -include tempCert.txt
Import-PfxCertificate -FilePath certificate/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_CERTIFICATE_PASSWORD -Force -AsPlainText)
- name: pnpm i
run: pnpm i
- name: pnpm stuffs
run: |
pnpm i
pnpm build:sdk
- name: to tauri path
run: |
Expand Down
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.2",
"version": "0.6.3",
"scripts": {
"dev:next": "next dev -p 1470",
"build:next": "next build",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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: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 1e0a34f

@vercel
Copy link

@vercel vercel bot commented on 1e0a34f 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.