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 1010 "scripts" : {
1111 "dev:ui" : " pnpm --filter @gitbutler/ui storybook" ,
1212 "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" ,
1414 "dev:internal-tauri" : " turbo watch --filter @gitbutler/desktop dev" ,
1515 "package" : " turbo run package" ,
1616 "test" : " turbo run test --no-daemon" ,
2424 "build:test" : " pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.test.json -- --profile dev" ,
2525 "start:desktop" : " pnpm --filter @gitbutler/desktop run preview" ,
2626 "check" : " turbo run check --no-daemon" ,
27- "tauri" : " tauri" ,
27+ "tauri" : " export CARGO_TARGET_DIR=$PNPM_SCRIPT_SRC_DIR/target/tauri && tauri" ,
2828 "lint" : " turbo run //#globallint --no-daemon" ,
2929 "globallint" : " prettier --check . && eslint ." ,
3030 "prettier" : " prettier --check" ,
You can’t perform that action at this time.
0 commit comments