Skip to content

Commit 36360f1

Browse files
committed
chore: fix ci
1 parent d3b8470 commit 36360f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"workspaces": ["example/*", "plainstack"],
33
"scripts": {
4-
"build": "bun --filter '*' build",
4+
"build": "bun --filter 'plainstack' build && bun --filter './example/*' build",
55
"test": "bun --filter '*' test"
66
}
77
}

0 commit comments

Comments
 (0)