Skip to content

Commit

Permalink
chore: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Jan 27, 2024
1 parent 5e3c08d commit a1f9d4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: pnpm install && pnpm build:desktop
run: pnpm install && npx turbo run build --filter=desktop...
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@penx/store": "workspace:*",
"@penx/trpc-client": "workspace:*",
"@tauri-apps/api": "^1.5.3",
"idb-keyval": "^6.2.1",
"jotai": "^2.6.0",
"next": "13.3.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"types": "./index.ts",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"build": "pnpm with-env prisma generate",
"dev": "pnpm with-env prisma generate",
"build": "pnpm with-env prisma generate",
"db:generate": "pnpm with-env prisma generate",
"db:push": "pnpm with-env prisma db push --skip-generate",
"db:migrate": "pnpm with-env prisma migrate dev --name init",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit a1f9d4a

Please sign in to comment.