🔧 chore(install): install and update project deps before build
This commit is contained in:
+4
-1
@@ -85,7 +85,10 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then
|
|||||||
cp -rf $repo_directory/config/$dir "$dest" # copy
|
cp -rf $repo_directory/config/$dir "$dest" # copy
|
||||||
done
|
done
|
||||||
|
|
||||||
Send_log "Building colorshell..."
|
Send_log "Updating dependencies"
|
||||||
|
pnpm i && pnpm update
|
||||||
|
|
||||||
|
Send_log "Building colorshell"
|
||||||
prev_wd=`pwd`
|
prev_wd=`pwd`
|
||||||
cd "$repo_directory"
|
cd "$repo_directory"
|
||||||
pnpm build:release
|
pnpm build:release
|
||||||
|
|||||||
Reference in New Issue
Block a user