Skip to content

Commit 712e1ae

Browse files
committed
fix: full paths for tsc-alias fix
1 parent 3eb5e1c commit 712e1ae

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
@@ -39,7 +39,7 @@ clean:
3939
$(word 1, $(build_files)): $(src_files)
4040
yarn $(TSC) -p tsconfig.build.json
4141
@if yarn info tsc-alias name > /dev/null 2>&1; then \
42-
yarn tsc-alias --project tsconfig.build.json; \
42+
yarn tsc-alias -f --project tsconfig.build.json; \
4343
fi
4444

4545
service: src/generated/service/index.ts

0 commit comments

Comments
 (0)