Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Jan 18, 2024
1 parent 10a9a65 commit d5f6597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

# Errors out on build when separated into multiple steps
- name: Install, Build, and Lint Demo
run: cd meet && bun install --ignore-scripts && bun run build && bun run lint
run: cd demo && bun install --ignore-scripts && bun run build && bun run lint

0 comments on commit d5f6597

Please sign in to comment.