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 8062919 commit ce2bb0fCopy full SHA for ce2bb0f
package.json
@@ -7,7 +7,8 @@
7
"types": "build/src/index.d.ts",
8
"repository": "open-telemetry/opentelemetry-js-contrib",
9
"scripts": {
10
- "precompile": "tsc --version",
+ "precompile": "tsc --version && lerna run version --scope $(npm pkg get name) --include-filtered-dependencies",
11
+ "prewatch": "npm run precompile",
12
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
13
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
14
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
src/version.ts
0 commit comments