Skip to content

Commit fb3d046

Browse files
authored
chore(tracing): Fix tarball generation path (#7460)
1 parent 851037f commit fb3d046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
3535
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
3636
"build:types:watch": "tsc -p tsconfig.types.json --watch",
37-
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
37+
"build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
3838
"clean": "rimraf build coverage sentry-tracing-*.tgz",
3939
"fix": "run-s fix:eslint fix:prettier",
4040
"fix:eslint": "eslint . --format stylish --fix",

0 commit comments

Comments
 (0)