Skip to content

Commit 8d746cc

Browse files
committed
chore: add --no-clean flag for openai tests
1 parent c1d3a97 commit 8d746cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:readme": "node ../../scripts/lint-readme.js",
1919
"prepublishOnly": "npm run compile",
2020
"tdd": "npm run test -- --watch-extensions ts --watch",
21-
"test": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
21+
"test": "nyc --no-clean mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'",
2222
"test-all-versions": "tav",
2323
"test-merge-coverage": "nyc merge .nyc_output coverage/coverage-final.json",
2424
"version:update": "node ../../scripts/version-update.js",

0 commit comments

Comments
 (0)