Skip to content

Commit 78ea33b

Browse files
committed
Build is needed for tests
1 parent 8b7f042 commit 78ea33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "tsup",
1818
"clean": "rm -rf dist",
19-
"test": "playwright test",
19+
"test": "pnpm build && playwright test",
2020
"prepublishOnly": "pnpm -w lint && pnpm test && pnpm build",
2121
"postversion": "git push --tags origin HEAD"
2222
},

0 commit comments

Comments
 (0)