gcharanteja commited on
Commit ·
cbde997
1
Parent(s): 30ff3d6
fix: install playwright system deps (gtk, x11, etc) for firefox
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node server.js",
|
| 8 |
-
"postinstall": "node node_modules/playwright/cli.js install firefox"
|
| 9 |
},
|
| 10 |
"repository": {
|
| 11 |
"type": "git",
|
|
|
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node server.js",
|
| 8 |
+
"postinstall": "node node_modules/playwright/cli.js install firefox && node node_modules/playwright/cli.js install-deps firefox"
|
| 9 |
},
|
| 10 |
"repository": {
|
| 11 |
"type": "git",
|