Skip to content

Commit 5105246

Browse files
authored
Add prepare script to package.json
1 parent b798515 commit 5105246

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"lint": "eslint src/",
2626
"format": "prettier --write 'src/**/*.ts' '*.json' '*.ts'",
2727
"format:check": "prettier --check 'src/**/*.ts' '*.json' '*.ts'",
28-
"prepublishOnly": "pnpm install && pnpm run build"
28+
"prepublishOnly": "pnpm install && pnpm run build",
29+
"prepare": "npminstall && npm run build"
2930
},
3031
"keywords": [
3132
"playwright",

0 commit comments

Comments
 (0)