Skip to content

Commit

Permalink
fix: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Jan 15, 2024
1 parent da1a0a5 commit f2f8e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
fetch-depth: 0

- name: Set Git Config
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Publish
if: github.ref == 'refs/heads/main'
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/unused-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Usage

```sh
DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --deppth 10 ./src
DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --depth 10 ./src
```

Or use the Node API:
Expand Down

0 comments on commit f2f8e6b

Please sign in to comment.