Skip to content

Commit 9785201

Browse files
committed
chore: organize npm scripts
1 parent 9a8d2ac commit 9785201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubator/opentelemetry-sampler-aws-xray/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
],
2929
"repository": "open-telemetry/opentelemetry-js-contrib",
3030
"scripts": {
31-
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sampler-aws-xray",
31+
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
3232
"compile": "tsc -p .",
33+
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sampler-aws-xray",
3334
"lint": "eslint . --ext .ts",
3435
"lint:fix": "eslint . --ext .ts --fix",
35-
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
3636
"prepublishOnly": "npm run compile",
3737
"tdd": "npm run test -- --watch-extensions ts --watch",
3838
"test": "nyc mocha 'test/**/*.test.ts'",

0 commit comments

Comments
 (0)