Skip to content

Commit

Permalink
remove working dir param in run depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Dec 25, 2023
1 parent da2a4b0 commit bb4fc98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
run: npm run build

- name: Run depcheck
run: npx depcheck --ignore-bin-package
working-directory: ./frontend
run: npx depcheck --ignore-bin-package

0 comments on commit bb4fc98

Please sign in to comment.