We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49082e commit 23c7575Copy full SHA for 23c7575
packages/replay/package.json
@@ -18,7 +18,7 @@
18
"build:watch": "NODE_ENV=production yarn build:all:watch",
19
"build:dev:watch": "NODE_ENV=development yarn build:all:watch",
20
"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",
+ "build:npm": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm",
22
"circularDepCheck": "#TODO comment in after migration: madge --circular src/index.ts",
23
"clean": "rimraf build sentry-replay-*.tgz",
24
"fix": "run-s fix:eslint fix:prettier",
packages/replay/scripts/tmp-prepack.ts
0 commit comments