Skip to content

Commit 0dfe413

Browse files
committed
Add workspace level (recursive) pnpm check
1 parent 9b25619 commit 0dfe413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"test:unit": "pnpm -r test:unit",
99
"build": "rimraf packages/*/dist && pnpm -r build",
10+
"check": "pnpm -r check",
1011
"lint": "pnpm -r lint",
1112
"format": "pnpm -r format",
1213
"changeset": "changeset",

0 commit comments

Comments
 (0)