Skip to content

Commit 30dd933

Browse files
author
arnoson
committed
ci: only build packages
1 parent ffa3ad9 commit 30dd933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"dev": "pnpm -r dev",
7-
"build": "pnpm -r build",
7+
"build": "pnpm --filter \"./packages/**\" build",
88
"test": "pnpm -r test",
99
"check-types": "tsc --noEmit",
1010
"release": "bumpp -r"

0 commit comments

Comments
 (0)