init React component (TODO: use workspaces properly) #2
Merged
rozetko
merged 1 commits from init-react-component
into main
2 weeks ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'init-react-component'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Same way as in line-pod
While doing this, I found out that workspaces are not used properly in line-pod. There is
"@chartwerk/line-pod": "workspaces:*"
inpackage.json
but inyarn.lock
you can see that@chartwerk/line-pod
is installed fromnpm
, notworkspaces
:https://code.corpglory.net/chartwerk/line-pod/src/branch/main/react/yarn.lock#L18-L25
It works somehow but we should fix it both in line-pod and scatter-pod
07812328ec
into main 2 weeks ago07812328ec
.