aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-10-09 18:06:42 +0200
committerGitHub <[email protected]>2023-10-09 16:06:42 +0000
commit72bf57d9dfe6569f595e64441e02feb8d5d3165f (patch)
tree294d0c8aeea90fc358b1b340ee56be212fcd5519 /scripts/bundle.ts
parenta1ec9298ed2f543e59957fcc5b08a80a81a526e0 (diff)
downloadfaker-72bf57d9dfe6569f595e64441e02feb8d5d3165f.tar.xz
faker-72bf57d9dfe6569f595e64441e02feb8d5d3165f.zip
infra(unicorn): use hashbang for scripts (#2448)
Diffstat (limited to 'scripts/bundle.ts')
-rw-r--r--scripts/bundle.ts2
1 files changed, 2 insertions, 0 deletions
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';