Skip to content

Commit

Permalink
Merge pull request #163 from pinefile/fix-bin-2
Browse files Browse the repository at this point in the history
Fix bin file for pine
  • Loading branch information
frozzare authored Oct 3, 2022
2 parents 6be2cde + a5e9b03 commit e76841f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-lies-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pinefile/pine": patch
---

Fix bin file for pine
2 changes: 2 additions & 0 deletions packages/pine/src/bin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { runCLI } from './cli';

runCLI(process.argv.slice(2));

0 comments on commit e76841f

Please sign in to comment.