Skip to content
Snippets Groups Projects
Commit 40b0d299 authored by GyDi's avatar GyDi
Browse files

test: change ci

parent 5228e33d
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
src-tauri/target/
src-tauri/WixTools/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: install app dependencies and build it
run: yarn && yarn run predev
......
......@@ -4,8 +4,8 @@
"license": "GPL-3.0",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build",
"dev": "cargo tauri dev",
"build": "cargo tauri build",
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment