Package Manager Workspaces
{
"name": "my-monorepo",
"workspaces": [
"apps/*"
"packages/*"
],
"private": true,packages:
- "apps/*"
- "packages/*"cd my-monorepo
git clone https://github.com/keycloakify/keycloakify-starter apps/keycloak-theme
rm -rf apps/keycloak-theme/.git
rm -rf apps/keycloak-theme/.github
rm apps/keycloak-theme/.yarn.lock


Last updated
Was this helpful?