We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb277e commit 34396feCopy full SHA for 34396fe
package.json
@@ -26,6 +26,7 @@
26
"start:desktop": "pnpm --filter @gitbutler/desktop run preview",
27
"check": "turbo run check --no-daemon",
28
"tauri": "cross-env CARGO_TARGET_DIR=$PNPM_SCRIPT_SRC_DIR/target/tauri tauri",
29
+ "tauri-for-release": "tauri",
30
"lint": "turbo run //#globallint --no-daemon",
31
"globallint": "prettier --check . && eslint .",
32
"prettier": "prettier --check",
scripts/release.sh
@@ -75,7 +75,7 @@ OS="$(os)"
75
DIST="release"
76
77
function tauri() {
78
- (cd "$PWD/.." && pnpm tauri "$@")
+ (cd "$PWD/.." && pnpm tauri-for-release "$@")
79
}
80
81
while [[ $# -gt 0 ]]; do
0 commit comments