gcharanteja commited on
Commit ·
30ff3d6
1
Parent(s): 5707bf8
fix: use playwright cli.js directly since .bin symlink depends on devDependency
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": "playwright 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"
|
| 9 |
},
|
| 10 |
"repository": {
|
| 11 |
"type": "git",
|