Skip to content

Commit

Permalink
chore(deps): added tauri CLI to package.json
Browse files Browse the repository at this point in the history
For faster github workflow deploy
  • Loading branch information
calejvaldez committed Sep 3, 2024
1 parent 409f126 commit c3678f0
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install Tauri v2 CLI
run: |
cargo install tauri-cli --version "^2.0.0-rc"
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
Expand Down
200 changes: 200 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.0",
Expand All @@ -29,6 +30,7 @@
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-rc.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
Expand Down

0 comments on commit c3678f0

Please sign in to comment.