Skip to content

Commit ce2bb0f

Browse files
authored
chore: add release-please automation (#659)
1 parent 8062919 commit ce2bb0f

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "build/src/index.d.ts",
88
"repository": "open-telemetry/opentelemetry-js-contrib",
99
"scripts": {
10-
"precompile": "tsc --version",
10+
"precompile": "tsc --version && lerna run version --scope $(npm pkg get name) --include-filtered-dependencies",
11+
"prewatch": "npm run precompile",
1112
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
1213
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
1314
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",

src/version.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)