We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8d2ac commit 9785201Copy full SHA for 9785201
incubator/opentelemetry-sampler-aws-xray/package.json
@@ -28,11 +28,11 @@
28
],
29
"repository": "open-telemetry/opentelemetry-js-contrib",
30
"scripts": {
31
- "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sampler-aws-xray",
+ "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
32
"compile": "tsc -p .",
33
+ "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sampler-aws-xray",
34
"lint": "eslint . --ext .ts",
35
"lint:fix": "eslint . --ext .ts --fix",
- "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
36
"prepublishOnly": "npm run compile",
37
"tdd": "npm run test -- --watch-extensions ts --watch",
38
"test": "nyc mocha 'test/**/*.test.ts'",
0 commit comments