Skip to content

Commit b9988b6

Browse files
committed
fix playwright installation in gitlab pipeline
1 parent 2820bc2 commit b9988b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"preview": "nuxt preview",
1717
"postinstall": "nuxt prepare",
1818
"test:e2e": "playwright test",
19-
"playwright:install": "playwright install && sudo apt-get install libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libatspi2.0-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1"
19+
"playwright:install": "playwright install && playwright install-deps"
2020
},
2121
"dependencies": {
2222
"@nuxt/ui": "3.3.4",

0 commit comments

Comments
 (0)