Commit fca70ea
committed
fix(compiler): add apps directory to compiler workspaces
The 'start' and 'next' scripts reference 'yarn workspace playground'
but the playground app in apps/playground was not included in the
workspaces configuration. This caused these commands to fail.
Added 'apps/*' to the workspaces.packages array to properly register
the playground workspace.1 parent 408b38e commit fca70ea
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments