🔧 chore(install): install and update project deps before build

This commit is contained in:
retrozinndev
2025-10-17 21:29:18 -03:00
parent a7402a8ab1
commit 44e68a0ae1
+4 -1
View File
@@ -85,7 +85,10 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then
cp -rf $repo_directory/config/$dir "$dest" # copy
done
Send_log "Building colorshell..."
Send_log "Updating dependencies"
pnpm i && pnpm update
Send_log "Building colorshell"
prev_wd=`pwd`
cd "$repo_directory"
pnpm build:release