Skip to content

Commit

Permalink
chore(pkg): srcmap init
Browse files Browse the repository at this point in the history
srcmap init
  • Loading branch information
snomiao committed Jan 20, 2025
1 parent b7a1e97 commit bee9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dev": "bunx --bun tsc -w --noEmit --declaration false --emitDeclarationOnly false",
"build": "rm -rf dist && bun build:tsc && bun build:esm && bun build:node && bun build:umd",
"build:node": "bun build src/fromNodeStream.ts --target=node --outdir=dist/esm",
"build:esm": "bun build --outdir=dist/esm src/index.ts --packages=external",
"build:esm": "bun build --outdir=dist/esm src/index.ts --packages=external --sourcemap=external",
"build:umd": "bunx rollup dist/esm/index.js --file=dist/index.umd.js --format=umd --name sflow",
"build:tsc": "tsc",
"prerelease": "bun run build && bun run test",
Expand Down

0 comments on commit bee9a95

Please sign in to comment.