Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ jobs:
- name: Install Monorepo Deps
run: npm ci --ignore-scripts

- name: Install Lerna
run: npm i -g lerna@5.1.5 --ignore-scripts

- name: Bootstrap Monorepo
run: lerna bootstrap --ignore-scripts

- name: Run Test Cases
run: npx lerna run test
run: npm run test --workspaces --if-present

- name: Run Lint Checks
run: npx lerna run lint
run: npm run lint --workspaces --if-present
12 changes: 0 additions & 12 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
"packages/search/projects/search-element"
],
"command": {
"bootstrap": {
"concurrency": 4,
"ignore": [
"@sourceloop/chat-notif-example_ui",
"@sourceloop/search-client-example",
"@sourceloop/payment-example-frontend",
"@sourceloop/user-onboarding-example",
"@sourceloop/chat-notif-example-ui-socket",
"@sourceloop/oauth-example-ui",
"@sourceloop/ai-assistant-example"
]
},
"version": {
"conventionalCommits": true,
"message": "chore(release): publish"
Expand Down
Loading
Loading