Skip to content

Commit ae0701e

Browse files
committed
fix tarball generation
1 parent b155bee commit ae0701e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
6767
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
6868
"build:types:watch": "tsc -p tsconfig.types.json --watch",
69-
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./npm",
69+
"build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
7070
"clean": "rimraf build coverage sentry-tracing-*.tgz",
7171
"circularDepCheck": "madge --circular src/index.ts",
7272
"fix": "run-s fix:eslint fix:prettier",

0 commit comments

Comments
 (0)