Skip to content

Commit

Permalink
Build is needed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Nov 24, 2023
1 parent 8b7f042 commit 78ea33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"test": "playwright test",
"test": "pnpm build && playwright test",
"prepublishOnly": "pnpm -w lint && pnpm test && pnpm build",
"postversion": "git push --tags origin HEAD"
},
Expand Down

0 comments on commit 78ea33b

Please sign in to comment.