We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b155bee commit ae0701eCopy full SHA for ae0701e
packages/tracing/package.json
@@ -66,7 +66,7 @@
66
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
67
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
68
"build:types:watch": "tsc -p tsconfig.types.json --watch",
69
- "build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./npm",
+ "build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
70
"clean": "rimraf build coverage sentry-tracing-*.tgz",
71
"circularDepCheck": "madge --circular src/index.ts",
72
"fix": "run-s fix:eslint fix:prettier",
0 commit comments