Skip to content

Commit b5d89c3

Browse files
feat(deps): angular version upgrade and converted into workspace
angular version upgrade and converted into workspace BREAKING CHANGE: YES GH-64
1 parent 16de31a commit b5d89c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+44101
-23913
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@ jobs:
2525
- name: Install Monorepo Deps
2626
run: npm ci --ignore-scripts
2727

28-
- name: Install Lerna
29-
run: npm i -g [email protected] --ignore-scripts
30-
31-
- name: Bootstrap Monorepo
32-
run: lerna bootstrap --ignore-scripts
33-
3428
- name: Run Test Cases
35-
run: npx lerna run test
29+
run: npm run test --workspaces --if-present
3630

3731
- name: Run Lint Checks
38-
run: npx lerna run lint
32+
run: npm run lint --workspaces --if-present

lerna.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
"packages/search/projects/search-element"
55
],
66
"command": {
7-
"bootstrap": {
8-
"concurrency": 4,
9-
"ignore": [
10-
"@sourceloop/chat-notif-example_ui",
11-
"@sourceloop/search-client-example",
12-
"@sourceloop/payment-example-frontend",
13-
"@sourceloop/user-onboarding-example",
14-
"@sourceloop/chat-notif-example-ui-socket",
15-
"@sourceloop/oauth-example-ui",
16-
"@sourceloop/ai-assistant-example"
17-
]
18-
},
197
"version": {
208
"conventionalCommits": true,
219
"message": "chore(release): publish"

0 commit comments

Comments
 (0)