File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"dev:ui" : " pnpm --filter @gitbutler/ui storybook" ,
12
12
"dev:web" : " turbo watch --filter @gitbutler/web dev" ,
13
- "dev:desktop" : " cargo build -p but && cargo build -p gitbutler-git && pnpm tauri dev" ,
13
+ "dev:desktop" : " export CARGO_TARGET_DIR=$PNPM_SCRIPT_SRC_DIR/target/tauri && cargo build -p but && cargo build -p gitbutler-git && pnpm tauri dev" ,
14
14
"dev:internal-tauri" : " turbo watch --filter @gitbutler/desktop dev" ,
15
15
"package" : " turbo run package" ,
16
16
"test" : " turbo run test --no-daemon" ,
24
24
"build:test" : " pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.test.json -- --profile dev" ,
25
25
"start:desktop" : " pnpm --filter @gitbutler/desktop run preview" ,
26
26
"check" : " turbo run check --no-daemon" ,
27
- "tauri" : " tauri" ,
27
+ "tauri" : " export CARGO_TARGET_DIR=$PNPM_SCRIPT_SRC_DIR/target/tauri && tauri" ,
28
28
"lint" : " turbo run //#globallint --no-daemon" ,
29
29
"globallint" : " prettier --check . && eslint ." ,
30
30
"prettier" : " prettier --check" ,
You can’t perform that action at this time.
0 commit comments