Skip to content

Commit

Permalink
hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 9, 2023
1 parent e3866da commit 0c123cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/beff-cli/bin/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
const { commanderExec } = require("../dist-cli/cli.js");
commanderExec();
1 change: 1 addition & 0 deletions packages/beff-wasm/npm-bin/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
const { commanderExec } = require("../dist-cli/cli.js");
commanderExec();

0 comments on commit 0c123cd

Please sign in to comment.