Skip to content

Commit

Permalink
chore: remove script posttest (open-telemetry#246)
Browse files Browse the repository at this point in the history
closes open-telemetry#242

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
  • Loading branch information
OlivierAlbertini authored and mayurkale22 committed Sep 10, 2019
1 parent 088bbc1 commit ea28887
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions packages/opentelemetry-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-http2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down
3 changes: 1 addition & 2 deletions packages/opentelemetry-plugin-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"posttest": "yarn run check"
"fix": "gts fix"
},
"keywords": [
"opentelemetry",
Expand Down

0 comments on commit ea28887

Please sign in to comment.