Skip to content

Commit

Permalink
fix(cli): tz command annot be executed by spawn (#358)
Browse files Browse the repository at this point in the history
* fix(cli): tz command cannot be executed by npm

* chore: add changeset
  • Loading branch information
christoph-fricke authored Nov 25, 2024
1 parent 4bd5c46 commit 6b3c543
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-tools-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@terrazzo/cli": patch
---

Fix npm error when invoking the Terrazzo CLI through npm
2 changes: 2 additions & 0 deletions packages/cli/bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* @module @terrazzo/cli
* @license MIT License
Expand Down

0 comments on commit 6b3c543

Please sign in to comment.