Update linkwarden.sh

add `yarn playwright install`
This commit is contained in:
tteckster 2024-08-05 17:09:26 -04:00 committed by GitHub
parent 4a1e02a9ab
commit b66590f976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
git pull
yarn
npx playwright install-deps
yarn playwright install
yarn prisma generate
yarn build
yarn prisma migrate deploy