Skip to content

Commit

Permalink
fix: build packages before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Apr 14, 2023
1 parent fc199f7 commit 4b55030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@svbstrate/monorepo",
"scripts": {
"test": "pnpm -r t",
"test": "pnpm build && pnpm -r t",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"lint": "prettier --check .",
Expand Down

0 comments on commit 4b55030

Please sign in to comment.