File tree Expand file tree Collapse file tree 2 files changed +1
-73
lines changed Expand file tree Collapse file tree 2 files changed +1
-73
lines changed Original file line number Diff line number Diff line change 18
18
"build:watch" : " NODE_ENV=production yarn build:all:watch" ,
19
19
"build:dev:watch" : " NODE_ENV=development yarn build:all:watch" ,
20
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" ,
21
+ "build:npm" : " ts-node ../../ scripts/prepack.ts --bundles && npm pack ./build/npm #TODO: use JS sdk prepack script after migration" ,
22
22
"circularDepCheck" : " #TODO comment in after migration: madge --circular src/index.ts" ,
23
23
"clean" : " rimraf build sentry-replay-*.tgz" ,
24
24
"fix" : " run-s fix:eslint fix:prettier" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments