Skip to content

Commit

Permalink
fix: Fix missing shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 14, 2024
1 parent 5501b0c commit 4ce9cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions projects/skwid/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import path from 'path';

import { getModuleDir } from './util/get-module-dir';
Expand Down
1 change: 0 additions & 1 deletion projects/skwid/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/// <reference path="./globals.d.ts" />
import 'reflect-metadata';

Expand Down

0 comments on commit 4ce9cc6

Please sign in to comment.