Skip to content

Commit eefb0a7

Browse files
committed
fix: set flag --no-npm for deno tarball generation
1 parent 9318ad1 commit eefb0a7

File tree

2 files changed

+3
-0
lines changed
  • packages/edge-bundler

2 files changed

+3
-0
lines changed

packages/edge-bundler/node/formats/tarball.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const bundle = async ({
8888
'--quiet',
8989
'--code-splitting',
9090
'--allow-import',
91+
'--no-npm',
9192
'--node-modules-dir=manual',
9293
'--outdir',
9394
bundleDir.path,
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry=https://registry.npmjs.org
2+
@namespace:registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)