We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b8470 commit 36360f1Copy full SHA for 36360f1
package.json
@@ -1,7 +1,7 @@
1
{
2
"workspaces": ["example/*", "plainstack"],
3
"scripts": {
4
- "build": "bun --filter '*' build",
+ "build": "bun --filter 'plainstack' build && bun --filter './example/*' build",
5
"test": "bun --filter '*' test"
6
}
7
0 commit comments