Skip to content

Commit cc8c848

Browse files
authored
fix(ci-cd): add sandbox to ignore for bootstrap (#442)
1 parent 9562829 commit cc8c848

2 files changed

Lines changed: 109 additions & 95 deletions

File tree

lerna.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@
1111
"command": {
1212
"bootstrap": {
1313
"concurrency": 4,
14-
"forceLocal": true
14+
"forceLocal": true,
15+
"ignore": [
16+
"@sourceloop/audit-ms-example",
17+
"@sourceloop/auth-ms-basic-example",
18+
"@sourceloop/auth-multitenant-example",
19+
"@sourceloop/in-mail-example",
20+
"@sourceloop/schedular-example",
21+
"@sourceloop/notification-socket-example",
22+
"@sourceloop/video-conferencing-ms-example",
23+
"@sourceloop/workflow-ms-example",
24+
"@sourceloop/pubnub-example",
25+
"@sourceloop/search-ms-example",
26+
"@sourceloop/search-client-example",
27+
"@sourceloop/feature-toggle-example"
28+
]
1529
},
1630
"version": {
1731
"conventionalCommits": true,

packages/custom-sf-changelog/package-lock.json

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)