Install Playwright browser for backend
This commit is contained in:
parent
68949f124e
commit
1d254a9009
@ -4,6 +4,9 @@
|
||||
"private": true,
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"postinstall": "playwright install chromium",
|
||||
"setup": "playwright install chromium",
|
||||
"setup:ubuntu": "playwright install --with-deps chromium",
|
||||
"start": "node server.js",
|
||||
"dev": "node server.js"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user