Skip to content

Commit 39c77ab

Browse files
authored
fix packaging issue w/ rekor types (#181)
Signed-off-by: Brian DeHamer <bdehamer@github.com> Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent d62881b commit 39c77ab

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

hack/generate-rekor-types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ do
1818
TYPE_PATH=${REKOR_DIR}/pkg/types/${KIND}
1919
npx json2ts --input ${TYPE_PATH}/${KIND}_schema.json \
2020
--cwd ${TYPE_PATH} \
21-
--output src/tlog/types/__generated__/${KIND}.d.ts \
21+
--output src/tlog/types/__generated__/${KIND}.ts \
2222
--no-additionalProperties
2323
done
2424

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sigstore",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "code-signing for npm packages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)