Skip to content

Commit

Permalink
auto update paks
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jan 31, 2025
1 parent 4db83f8 commit 0537a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions path/fount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if (!(Test-Path -Path "$FOUNT_DIR/node_modules") -or ($args.Count -gt 0 -and $ar
Write-Host "Installing dependencies..."
deno install --allow-scripts --allow-all --node-modules-dir=auto --entrypoint "$FOUNT_DIR/src/server/index.mjs"
}
deno outdated --update --latest

# 执行 fount
function run {
Expand Down
1 change: 1 addition & 0 deletions path/fount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ if [[ ! -d "$FOUNT_DIR/node_modules" || ($# -gt 0 && $1 = 'init') ]]; then
echo "Installing dependencies..."
deno install --allow-scripts --allow-all --node-modules-dir=auto --entrypoint "$FOUNT_DIR/src/server/index.mjs"
fi
deno outdated --update --latest

run() {
if [[ $# -gt 0 && $1 = 'debug' ]]; then
Expand Down

0 comments on commit 0537a3a

Please sign in to comment.