File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/propagator-aws-xray Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 13
13
"lint" : " eslint . --ext .ts" ,
14
14
"lint:fix" : " eslint . --ext .ts --fix" ,
15
15
"codecov:browser" : " nyc report --reporter=json && codecov -f coverage/*.json -p ../../" ,
16
- "codecov:webworker" : " nyc report --reporter=json && codecov -f coverage/*.json -p ../../" ,
17
16
"version" : " node ../../scripts/version-update.js" ,
18
17
"tdd" : " karma start" ,
19
18
"test:browser" : " karma start --single-run" ,
20
- "test:webworker" : " karma start karma.worker.js --single-run" ,
21
19
"watch" : " tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json" ,
22
20
"precompile" : " cross-var lerna run version --scope $npm_package_name --include-dependencies" ,
23
21
"prewatch" : " npm run precompile" ,
You can’t perform that action at this time.
0 commit comments