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 e8fabff commit 56bb03aCopy full SHA for 56bb03a
.github/workflows/ci-typescript.yaml
@@ -39,9 +39,9 @@ jobs:
39
echo '{
40
"name": "@blueye-robotics/protocol-definitions",
41
"version": "0.0.0-test.'${SHORT_SHA}'",
42
- "main": "out/dist/index.js",
43
- "types": "out/dist/index.d.ts",
44
- "files": ["out/dist"],
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "files": ["dist"],
45
"publishConfig": {
46
"registry": "https://npm.pkg.github.com/"
47
},
0 commit comments