Skip to content

Commit

Permalink
update relative paths for new dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Aug 15, 2024
1 parent 7cd10b4 commit a100d30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions semantic-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"prepublishOnly": "npm run compile",
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"version": "node ../../scripts/version-update.js",
"version": "node ../scripts/version-update.js",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",
"prewatch": "npm run precompile",
"peer-api-check": "node ../../scripts/peer-api-check.js",
"peer-api-check": "node ../scripts/peer-api-check.js",
"size-check": "npm run compile && mocha 'test/**/*.test.ts'",
"align-api-deps": "node ../../scripts/align-api-deps.js"
"align-api-deps": "node ../scripts/align-api-deps.js"
},
"keywords": [
"opentelemetry",
Expand Down

0 comments on commit a100d30

Please sign in to comment.