Skip to content

Commit 143b58e

Browse files
save
Signed-off-by: Nikola Hristov <[email protected]>
1 parent ae772a5 commit 143b58e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Maintain/Debug.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ pnpm cross-env \
99
NODE_ENV=development \
1010
NODE_VERSION=22 \
1111
NODE_OPTIONS=--max-old-space-size=16384 \
12-
./Element/Maintain/Target/release/Maintain -- pnpm tauri build --debug
13-
12+
./Target/release/Maintain -- pnpm tauri build --debug

Maintain/Release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pnpm cross-env \
99
NODE_ENV=production \
1010
NODE_VERSION=22 \
1111
NODE_OPTIONS=--max-old-space-size=16384 \
12-
./Element/Maintain/Target/release/Maintain -- pnpm tauri build
12+
./Target/release/Maintain -- pnpm tauri build

Maintain/Save.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Dependency=(
4848

4949
for Dependency in "${Dependency[@]}"; do
5050
# (
51-
\cd "$Current/../$Dependency" || \exit
51+
\cd "$Current/../$Dependency" || \exit
5252

53-
\pwd
53+
\pwd
5454

55-
\git add .
55+
\git add .
5656

57-
\git ecommit
57+
\git ecommit
5858

59-
\git push
59+
\git push
6060

61-
\git pull
61+
\git pull
6262

63-
\cd - || \exit
63+
\cd - || \exit
6464
# ) &
6565
done
6666

0 commit comments

Comments
 (0)