File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5757 "build:transpile:watch" : " rollup -c rollup.npm.config.mjs --watch" ,
5858 "build:watch" : " run-p build:transpile:watch build:types:watch" ,
5959 "build:tarball" : " npm pack" ,
60- "test:watch" : " cross-env SENTRY_PROFILER_BINARY_DIR=build jest --watch" ,
60+ "test:watch" : " jest --watch" ,
6161 "test:bundle" : " node test-binaries.esbuild.js" ,
62- "test" : " cross-env SENTRY_PROFILER_BINARY_DIR=lib jest --config jest.config.js"
62+ "test" : " jest --config jest.config.js"
6363 },
6464 "dependencies" : {
6565 "@sentry/core" : " 9.0.0-alpha.0" ,
6666 "@sentry/node" : " 9.0.0-alpha.0" ,
6767 "@sentry-internal/node-cpu-profiler" : " ^2.0.0"
6868 },
6969 "devDependencies" : {
70- "@types/node" : " ^18.19.1" ,
71- "cross-env" : " ^7.0.3"
70+ "@types/node" : " ^18.19.1"
7271 },
7372 "volta" : {
7473 "extends" : " ../../package.json"
You can’t perform that action at this time.
0 commit comments