Skip to content

Commit

Permalink
ci: Fixes local install of TypeSpec library
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Jan 14, 2025
1 parent 47c6524 commit e5e8f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
# Installs dependencies directly from package.lock
# and skips dependency resolution etc.
run: npm ci
run: npm install

- name: Lint and format
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5e8f07

Please sign in to comment.