File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Install server dependencies
3030 run : |
3131 for i in $(seq 1 13); do
32- deno install --prod -- allow-scripts --allow-all -c "./deno.json" --entrypoint "./src/server/index.mjs" && break
32+ deno install --allow-scripts --allow-all -c "./deno.json" --entrypoint "./src/server/index.mjs" && break
3333 echo "Attempt $i/13 failed, retrying..."
3434 done
3535 - name : Start server and ping api/ping
Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : |
3030 for i in $(seq 1 13); do
31- deno install --prod -- allow-scripts --allow-all -c "./deno.json" --entrypoint "./src/server/index.mjs" && break
31+ deno install --allow-scripts --allow-all -c "./deno.json" --entrypoint "./src/server/index.mjs" && break
3232 echo "Attempt $i/13 failed, retrying..."
3333 done
3434 - name : test each shell
Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ if (!(Test-Path -Path "$FOUNT_DIR/node_modules") -or $args[0] -eq 'init') {
10861086 New-Item - Path " $FOUNT_DIR /node_modules" - ItemType Directory - ErrorAction Ignore - Force | Out-Null
10871087 Write-TaskbarProgress - Percent 70
10881088 Write-Host (Get-I18n - key ' install.installingDependencies' )
1089- deno install -- prod -- reload -- allow- scripts -- allow- all - c " $FOUNT_DIR /deno.json" -- entrypoint " $FOUNT_DIR /src/server/index.mjs"
1089+ deno install -- reload -- allow- scripts -- allow- all - c " $FOUNT_DIR /deno.json" -- entrypoint " $FOUNT_DIR /src/server/index.mjs"
10901090 Write-TaskbarProgress - Percent 85
10911091 Write-Host " ======================================================" - ForegroundColor Green
10921092 Write-Warning (Get-I18n - key ' install.untrustedPartsWarning' )
Original file line number Diff line number Diff line change @@ -1468,7 +1468,7 @@ if [[ ! -d "$FOUNT_DIR/node_modules" || ($# -gt 0 && $1 = 'init') ]]; then
14681468 if [[ -d " $FOUNT_DIR /node_modules" ]]; then run " shutdown" ; fi
14691469 write_taskbar_progress 70
14701470 get_i18n ' install.installingDependencies'
1471- run_deno install --prod -- reload --allow-scripts --allow-all -c " $FOUNT_DIR /deno.json" --entrypoint " $FOUNT_DIR /src/server/index.mjs"
1471+ run_deno install --reload --allow-scripts --allow-all -c " $FOUNT_DIR /deno.json" --entrypoint " $FOUNT_DIR /src/server/index.mjs"
14721472 write_taskbar_progress 85
14731473 if [ $IN_DOCKER -eq 0 ] && [ $IN_TERMUX -eq 0 ]; then
14741474 create_desktop_shortcut
You can’t perform that action at this time.
0 commit comments