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 851037f commit fb3d046Copy full SHA for fb3d046
packages/tracing-internal/package.json
@@ -34,7 +34,7 @@
34
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
35
"build:transpile:watch": "rollup -c rollup.npm.config.js --watch",
36
"build:types:watch": "tsc -p tsconfig.types.json --watch",
37
- "build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
+ "build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build",
38
"clean": "rimraf build coverage sentry-tracing-*.tgz",
39
"fix": "run-s fix:eslint fix:prettier",
40
"fix:eslint": "eslint . --format stylish --fix",
0 commit comments