Skip to content

Commit

Permalink
nx commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Aug 26, 2024
1 parent b6fba23 commit d6b8b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm install

- name: Build package
run: npm run build --prefix components/language-picker/common/find-language/
run: npx nx build @ethnolib/find-language

- name: Run tests
run: npm run test --prefix components/language-picker/common/find-language/
run: npx nx test @ethnolib/find-language

0 comments on commit d6b8b57

Please sign in to comment.