Skip to content

Commit 8c860da

Browse files
authored
Fix dependencies (#7877)
1 parent d32e9fa commit 8c860da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ct/monica.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function update_script() {
4646
cp -r /opt/monica-backup/.env /opt/monica
4747
cp -r /opt/monica-backup/storage/* /opt/monica/storage/
4848
$STD composer install --no-interaction --no-dev
49+
$STD yarn config set ignore-engines true
4950
$STD yarn install
5051
$STD yarn run production
5152
$STD php artisan monica:update --force

install/monica-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sed -i -e "s|^DB_USERNAME=.*|DB_USERNAME=${DB_USER}|" \
4444
-e "s|^HASH_SALT=.*|HASH_SALT=${HASH_SALT}|" \
4545
/opt/monica/.env
4646
$STD composer install --no-dev -o --no-interaction
47+
$STD yarn config set ignore-engines true
4748
$STD yarn install
4849
$STD yarn run production
4950
$STD php artisan key:generate

0 commit comments

Comments
 (0)