We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b798515 commit 5105246Copy full SHA for 5105246
1 file changed
package.json
@@ -25,7 +25,8 @@
25
"lint": "eslint src/",
26
"format": "prettier --write 'src/**/*.ts' '*.json' '*.ts'",
27
"format:check": "prettier --check 'src/**/*.ts' '*.json' '*.ts'",
28
- "prepublishOnly": "pnpm install && pnpm run build"
+ "prepublishOnly": "pnpm install && pnpm run build",
29
+ "prepare": "npminstall && npm run build"
30
},
31
"keywords": [
32
"playwright",
0 commit comments