We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5e1c commit 712e1aeCopy full SHA for 712e1ae
Makefile
@@ -39,7 +39,7 @@ clean:
39
$(word 1, $(build_files)): $(src_files)
40
yarn $(TSC) -p tsconfig.build.json
41
@if yarn info tsc-alias name > /dev/null 2>&1; then \
42
- yarn tsc-alias --project tsconfig.build.json; \
+ yarn tsc-alias -f --project tsconfig.build.json; \
43
fi
44
45
service: src/generated/service/index.ts
0 commit comments