Skip to content

Commit a005fbf

Browse files
committed
ref(build): Improve tarball similarity
(not perfect, declaration files are stil not in the right spot)
1 parent 59e433a commit a005fbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/replay/config/tsconfig.core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"baseUrl": "..",
88
"rootDir": "..",
99
"strictNullChecks": true,
10-
"outDir": "build/npm"
10+
"outDir": "./build/npm/dist"
1111
},
1212
"include": ["../src/**/*.ts"],
1313
"exclude": ["../src/**/*.test.ts"]

packages/replay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@sentry/replay",
33
"version": "0.6.14",
44
"description": "User replays for Sentry",
5-
"main": "build/npm/index.js",
6-
"module": "build/npm/index.es.js",
7-
"types": "build/npm/types/src/index.d.ts",
5+
"main": "build/npm/dist/index.js",
6+
"module": "build/npm/dist/index.es.js",
7+
"types": "build/npm/dist/src/index.d.ts",
88
"sideEffects": false,
99
"scripts": {
1010
"bootstrap": "yarn && cd demo && yarn #TODO: change after migration",

0 commit comments

Comments
 (0)