From 0c123cd5f3f3aaf9ce1980d9f48a57e3beded373 Mon Sep 17 00:00:00 2001 From: Lucas Avila Date: Fri, 8 Sep 2023 22:07:41 -0300 Subject: [PATCH] hashbang --- packages/beff-cli/bin/index.js | 1 + packages/beff-wasm/npm-bin/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/beff-cli/bin/index.js b/packages/beff-cli/bin/index.js index a729c36e..0ec397e1 100755 --- a/packages/beff-cli/bin/index.js +++ b/packages/beff-cli/bin/index.js @@ -1,2 +1,3 @@ +#!/usr/bin/env node const { commanderExec } = require("../dist-cli/cli.js"); commanderExec(); diff --git a/packages/beff-wasm/npm-bin/index.js b/packages/beff-wasm/npm-bin/index.js index a729c36e..0ec397e1 100644 --- a/packages/beff-wasm/npm-bin/index.js +++ b/packages/beff-wasm/npm-bin/index.js @@ -1,2 +1,3 @@ +#!/usr/bin/env node const { commanderExec } = require("../dist-cli/cli.js"); commanderExec();