Skip to content

Commit 34b9ecd

Browse files
Add Playwright installation to build process
1 parent ee204fd commit 34b9ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"@php artisan migrate --graceful --ansi",
6464
"@php artisan db:seed --ansi",
6565
"npm install",
66+
"npm install playwright@latest",
67+
"npx playwright install",
6668
"npm run build",
6769
"@php cleanup.php"
6870
],

0 commit comments

Comments
 (0)