Skip to content

Commit

Permalink
fix(makefile): ensure typescript dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Feb 27, 2024
1 parent fc0d0dc commit 57766a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ifneq ($(strip ${GEN_JAVA_ARGS}),)
endif
# non-empty arg triggers typescript
ifneq ($(strip ${GEN_TS_ARGS}),)
mkdir -p ${DEST}/typescript || true
$(RUN) gen-typescript ${GEN_TS_ARGS} $(SOURCE_SCHEMA_PATH) >${DEST}/typescript/${SCHEMA_NAME}.ts
endif

Expand Down

0 comments on commit 57766a6

Please sign in to comment.