diff options
Diffstat (limited to 'src/node-fallbacks')
-rw-r--r-- | src/node-fallbacks/.gitignore | 1 | ||||
-rw-r--r-- | src/node-fallbacks/package.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/node-fallbacks/.gitignore b/src/node-fallbacks/.gitignore new file mode 100644 index 000000000..93fadd184 --- /dev/null +++ b/src/node-fallbacks/.gitignore @@ -0,0 +1 @@ +bun diff --git a/src/node-fallbacks/package.json b/src/node-fallbacks/package.json index 4f8d09498..66ff79c5b 100644 --- a/src/node-fallbacks/package.json +++ b/src/node-fallbacks/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", + "build-gen": "esbuild --bundle *.js --outdir=bun --format=cjs --platform=browser --external:buffer --external:stream --external:util --external:util/ --external:assert", "build": "esbuild --bundle *.js --outdir=out --format=cjs --minify --platform=browser" }, "author": "", |