Skip to content

Commit 56bb03a

Browse files
committed
Fix package contents
1 parent e8fabff commit 56bb03a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
echo '{
4040
"name": "@blueye-robotics/protocol-definitions",
4141
"version": "0.0.0-test.'${SHORT_SHA}'",
42-
"main": "out/dist/index.js",
43-
"types": "out/dist/index.d.ts",
44-
"files": ["out/dist"],
42+
"main": "dist/index.js",
43+
"types": "dist/index.d.ts",
44+
"files": ["dist"],
4545
"publishConfig": {
4646
"registry": "https://npm.pkg.github.com/"
4747
},

0 commit comments

Comments
 (0)