Skip to content

Commit 23c7575

Browse files
authored
chore(replay): Use monorepo's prepack script (#6309)
1 parent b49082e commit 23c7575

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

packages/replay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:watch": "NODE_ENV=production yarn build:all:watch",
1919
"build:dev:watch": "NODE_ENV=development yarn build:all:watch",
2020
"build:all:watch": "yarn clean && run-p \"build:worker --watch\" \"build:core --watch\"",
21-
"build:npm": "ts-node ./scripts/tmp-prepack.ts --bundles && npm pack ./build/npm #TODO: use JS sdk prepack script after migration",
21+
"build:npm": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
2222
"circularDepCheck": "#TODO comment in after migration: madge --circular src/index.ts",
2323
"clean": "rimraf build sentry-replay-*.tgz",
2424
"fix": "run-s fix:eslint fix:prettier",

packages/replay/scripts/tmp-prepack.ts

-72
This file was deleted.

0 commit comments

Comments
 (0)