Skip to content

Commit dfc8173

Browse files
committed
CCM-12896: Small post-self-review changes
1 parent 56b64ff commit dfc8173

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/cloudevents/domains/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DATA_NAMES = $(sort $(patsubst %.yaml,%,$(notdir $(DATA_SCHEMAS))))
3939
DEFS_NAMES = $(sort $(patsubst %.yaml,%,$(notdir $(DEFS_SCHEMAS))))
4040
EVENT_NAMES = $(sort $(patsubst %.schema.yaml,%,$(notdir $(EVENT_SCHEMAS))))
4141

42-
.PHONY: build publish publish-json publish-bundled-json publish-yaml generate test deploy clean
42+
.PHONY: build build-no-bundle publish publish-json publish-bundled-json publish-yaml generate test deploy clean
4343

4444
build:
4545
$(MAKE) build-no-bundle

src/typescript-schema-generator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ajv-formats": "^3.0.1",
55
"json-schema-to-typescript": "^15.0.4"
66
},
7-
"description": "Generate Typescript types for the application's event schemas.",
7+
"description": "Generate Typescript types and standalone validator functions for the application's event schemas.",
88
"devDependencies": {
99
"eslint": "^9.39.1",
1010
"rimraf": "^5.0.10",
@@ -30,6 +30,5 @@
3030
"test:unit": "echo \"No unit tests configured\"",
3131
"typecheck": "tsc --noEmit"
3232
},
33-
"types": "types/index.d.ts",
3433
"version": "0.0.1"
3534
}

0 commit comments

Comments
 (0)