Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: gh cleanup-notifications can be run from any directory #13

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

awendt
Copy link
Owner

@awendt awendt commented Nov 14, 2024

Without this, when run outside of the project directory, an error was raised because index.js was specified incorrectly:

$ gh cleanup-notifications --verbose --dry-run | ts
node:internal/modules/cjs/loader:1222
  throw err;
  ^

Error: Cannot find module '/Users/andrewendt/index.js

Without this, when run outside of the project directory, an error was
raised because `index.js` was specified incorrectly:

```
$ gh cleanup-notifications --verbose --dry-run | ts
node:internal/modules/cjs/loader:1222
  throw err;
  ^

Error: Cannot find module '/Users/andrewendt/index.js
```
@awendt awendt self-assigned this Nov 14, 2024
@awendt awendt merged commit 6db803f into main Nov 14, 2024
4 checks passed
@awendt awendt deleted the fix-script-dir branch November 14, 2024 08:43
Copy link

🎉 This PR is included in version 1.2.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant