Skip to content

Commit

Permalink
remove package.ci.json and the link: from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalilSelyan committed Jan 19, 2024
1 parent 0d8b591 commit bcd43d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 101 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/arm64build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
# Install build tools and tauri-cli requirements
apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
cargo install tauri-cli
# Install frontend dependencies
npm install --package-lock-only --no-save && npm install --no-package-lock
# Install pnpm
npm install -g pnpm
# Install framework specific packages with pnpm
pnpm install next@latest react@latest react-dom@latest eslint-config-next@latest
# Install frontend dependencies with pnpm
pnpm install
# Build the application
cargo tauri build
- name: Upload deb bundle
Expand Down
91 changes: 0 additions & 91 deletions package.ci.json

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dialog": "link:@tauri-apps/api/dialog",
"fs": "link:@tauri-apps/api/fs",
"jotai": "^2.4.1",
"lucide-react": "^0.263.1",
"nanoid": "^4.0.2",
Expand Down
6 changes: 0 additions & 6 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 bcd43d4

Please sign in to comment.