Skip to content

Commit

Permalink
feat(chore): migrate to use npm workspaces
Browse files Browse the repository at this point in the history
migrate to use npm workspaces

MIGRATION CHANGE:
migration-20211003143854- migrate to use npm workspaces

BREAKING CHANGE:
lerna bootstrap command will not be needed as npm  workspaces will  manage the same functionality.

GH-1673
  • Loading branch information
Surbhi-sharma1 committed Sep 8, 2023
1 parent 66c4f21 commit e612423
Show file tree
Hide file tree
Showing 708 changed files with 42,872 additions and 634,936 deletions.
43 changes: 1 addition & 42 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,11 @@
"packages/cache",
"packages/feature-toggle",
"packages/custom-sf-changelog/",
"packages/user-onboarding/projects/user-onboarding-lib",
"packages/user-onboarding/projects/user-onboarding-element",
"packages/search/projects/search-lib",
"packages/search/projects/search-element",
"services/*",
"facades/*",
"sandbox/**"
],
"command": {
"bootstrap": {
"concurrency": 4,
"ignore": [
"@sourceloop/audit-ms-example",
"@sourceloop/auth-ms-basic-example",
"@sourceloop/auth-multitenant-example",
"@sourceloop/in-mail-example",
"@sourceloop/schedular-example",
"@sourceloop/notification-socket-example",
"@sourceloop/video-conferencing-ms-example",
"@sourceloop/workflow-ms-example",
"@sourceloop/pubnub-example",
"@sourceloop/chat-notif-example_facade",
"@sourceloop/chat-notif-example_ui",
"@sourceloop/chat-notif-example_chat-service",
"@sourceloop/chat-notif-example_notif-service",
"@sourceloop/search-ms-example",
"@sourceloop/search-client-example",
"@sourceloop/feature-toggle-example",
"@sourceloop/payment-example-backend",
"@sourceloop/payment-example-frontend",
"@sourceloop/user-onboarding-example",
"@sourceloop/cache-example",
"@sourceloop/user-tenant-example",
"@sourceloop/chat-notif-example-facade-socket",
"@sourceloop/chat-notif-example-ui-socket",
"@sourceloop/chat-notif-example-chat-socket",
"@sourceloop/chat-notif-example-notif-socket",
"@sourceloop/example-socketio",
"@sourceloop/oauth-example-api",
"@sourceloop/oauth-example-ui",
"@sourceloop/oidc-basic-example",
"@sourceloop/nestjs-auth-ms-example"
],
"npmClientArgs": ["--loglevel", "verbose", "--no-install-links"]
},
"version": {
"conventionalCommits": true,
"message": "chore: publish release",
Expand Down Expand Up @@ -120,6 +80,5 @@
"packages/core/locales/**"
],
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit e612423

Please sign in to comment.