Skip to content

Commit

Permalink
use npm directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Dec 5, 2024
1 parent a4ad5f6 commit ae9b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_assistants_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Check build
run: npm run build
- name: Generate client
run: make generate-client-web
run: npm run generate:client && npm run format:write
- name: Check generated client
run: git diff --exit-code ./src/cohere-client/generated || (echo "Generated client is outdated. Please regenerate and commit." && exit 1)

0 comments on commit ae9b8fc

Please sign in to comment.