Skip to content

Commit 3f1f3eb

Browse files
committed
fix(typia): use a local copy instead of npx
1 parent 9a5bc96 commit 3f1f3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CONFIG_TYPE ?= $(camel_case_name)ConfigSchema
6464
config-schema: src/generated/config-validator.ts
6565

6666
src/generated/config-validator.ts: src/types/config.ts
67-
npx -y @sesamecare-oss/typia-standalone-validator \
67+
yarn typia-standalone-validator \
6868
$(CONFIG_TYPE_SRC) $(CONFIG_TYPE) \
6969
--project tsconfig.json -o src/generated/config-validator.ts
7070

0 commit comments

Comments
 (0)