gcharanteja commited on
Commit ·
5707bf8
1
Parent(s): 8c0551a
fix: use playwright directly instead of npx in postinstall
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": "
|
| 9 |
},
|
| 10 |
"repository": {
|
| 11 |
"type": "git",
|
|
|
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node server.js",
|
| 8 |
+
"postinstall": "playwright install firefox"
|
| 9 |
},
|
| 10 |
"repository": {
|
| 11 |
"type": "git",
|