Commit 67577a4
committed
minor #9 feat: setup Yarn workspaces (Kocal)
This PR was squashed before being merged into the main branch.
Discussion
----------
feat: setup Yarn workspaces
Hi! 👋
Since this repository is a multi-packages repository, I thought it would be interesting and useful to use Yarn workspaces on it (since we use Yarn).
This will prevent some code duplications (e.g.: in the CI) and make it more "DX-friendly" if you want to build, test, lint (... 👀) all packages in one time:

What do you think?
Thanks!
Commits
-------
fb65d0f feat: setup Yarn workspacesFile tree
8 files changed
+13
-35
lines changed- .github/workflows
- src
- Chartjs/Resources/assets
- Cropperjs/Resources/assets
- Dropzone/Resources/assets
- LazyImage/Resources/assets
- Swup/Resources/assets
8 files changed
+13
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments