Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thels authored Dec 17, 2024
1 parent 81205a0 commit 02a733d
Show file tree
Hide file tree
Showing 5 changed files with 23,146 additions and 7,028 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run lint --workspace=cli

- name: Build workspace
run: npm run build
run: npm run build:cli

- name: Run tests for CLI
run: npm run test --workspace=cli
8 changes: 3 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
with:
node-version: v20

- name: Install docs
- name: Install workspace
run: npm ci
working-directory: docs

- name: Build docs
run: npm run build
working-directory: docs
- name: Build Docs
run: npm run build:docs
2 changes: 1 addition & 1 deletion .github/workflows/build-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run lint --workspace=shared

- name: Build workspace
run: npm run build
run: npm run build --workspace=shared

- name: Run tests for Shared
run: npm run test --workspace=shared
Loading

0 comments on commit 02a733d

Please sign in to comment.