Skip to content

Commit

Permalink
Fix installation failure due to the lack of shebang. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpharder committed Oct 28, 2023
1 parent aa66460 commit 381aa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/type-compiler/deepkit-type-install.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node

try {
require('./dist/cjs/install-transformer.js');
Expand Down

0 comments on commit 381aa64

Please sign in to comment.