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: remove shebang line from index.ts #44

Merged
merged 2 commits into from
Feb 3, 2024
Merged

fix: remove shebang line from index.ts #44

merged 2 commits into from
Feb 3, 2024

Conversation

danvk
Copy link
Owner

@danvk danvk commented Feb 3, 2024

Overview

It's OK for index.ts, but not for index.js. "bin" in package.json is set to lib/index.js, and ts-node is not installed with the npm package since it's a devDependency.

Fixes #41

@danvk danvk merged commit 057d646 into main Feb 3, 2024
12 checks passed
@danvk danvk deleted the bin branch February 3, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: npx gravlax does not work
1 participant