Skip to content

Commit d4a5da1

Browse files
committed
chore: restrict scripts to run only for packages
1 parent 163f991 commit d4a5da1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"clear": "pnpm -r --parallel --if-present clear",
2222
"build": "pnpm -r --parallel --filter './packages/*' build",
2323
"lint": "pnpm -r --parallel --if-present --filter './packages/*' lint",
24-
"test:unit": "pnpm -r --parallel --if-present test:unit",
25-
"test:size": "pnpm -r --parallel --if-present test:size",
26-
"test:types": "pnpm -r --parallel --if-present test:types",
24+
"test:unit": "pnpm -r --parallel --if-present --filter './packages/*' test:unit",
25+
"test:size": "pnpm -r --parallel --if-present --filter './packages/*' test:size",
26+
"test:types": "pnpm -r --parallel --if-present --filter './packages/*' test:types",
2727
"test": "run -p lint test:unit test:types",
2828
"docs:build": "pnpm -r --parallel --filter './website' build",
2929
"commit": "cz",

0 commit comments

Comments
 (0)