Skip to content

Commit 58702ed

Browse files
committed
chore: test ci:changed scripts
1 parent 9cf880a commit 58702ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/node/instrumentation-undici/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"lint": "eslint . --ext .ts",
1717
"lint:fix": "eslint . --ext .ts --fix",
1818
"watch": "tsc -w",
19-
"version:update": "node ../../../scripts/version-update.js"
19+
"version:update": "node ../../../scripts/version-update.js",
20+
"echo": "echo hi"
2021
},
2122
"keywords": [
2223
"opentelemetry",

0 commit comments

Comments
 (0)