Skip to content

Commit

Permalink
fix: add tests to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Mar 26, 2024
1 parent d8bb2eb commit 2e13afb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"workspaces": [
"examples/*",
"packages/*"
"packages/*",
"tests/*"
],
"scripts": {
"build": "turbo run build",
Expand Down Expand Up @@ -55,4 +56,4 @@
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 2e13afb

Please sign in to comment.