File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ Dependency=(
4848
4949for Dependency in " ${Dependency[@]} " ; do
5050 # (
51- \c d " $Current /../$Dependency " || \e xit
51+ \c d " $Current /../$Dependency " || \e xit
5252
53- \p wd
53+ \p wd
5454
55- \g it add .
55+ \g it add .
5656
57- \g it ecommit
57+ \g it ecommit
5858
59- \g it push
59+ \g it push
6060
61- \g it pull
61+ \g it pull
6262
63- \c d - || \e xit
63+ \c d - || \e xit
6464 # ) &
6565done
6666
You can’t perform that action at this time.
0 commit comments