From 72bf57d9dfe6569f595e64441e02feb8d5d3165f Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 9 Oct 2023 18:06:42 +0200 Subject: infra(unicorn): use hashbang for scripts (#2448) --- scripts/bundle.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/bundle.ts') diff --git a/scripts/bundle.ts b/scripts/bundle.ts index 8076f18d..bf953d42 100644 --- a/scripts/bundle.ts +++ b/scripts/bundle.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import { buildSync } from 'esbuild'; import { globSync } from 'glob'; import { allLocales } from '../src'; -- cgit v1.2.3