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 153cd3c commit 9a7703fCopy full SHA for 9a7703f
.github/workflows/ci-typescript.yaml
@@ -39,6 +39,10 @@ jobs:
39
echo '{
40
"name": "@blueyerobotics/protocol-definitions",
41
"version": "3.2.0-'${SHORT_SHA}'",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "https://github.com/BluEye-Robotics/ProtocolDefinitions.git"
45
+ },
46
"main": "dist/index.js",
47
"types": "dist/index.d.ts",
48
"files": ["dist"],
0 commit comments