We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7f042 commit 78ea33bCopy full SHA for 78ea33b
packages/lib/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"build": "tsup",
18
"clean": "rm -rf dist",
19
- "test": "playwright test",
+ "test": "pnpm build && playwright test",
20
"prepublishOnly": "pnpm -w lint && pnpm test && pnpm build",
21
"postversion": "git push --tags origin HEAD"
22
},
0 commit comments