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 409db6f commit 8b564a0Copy full SHA for 8b564a0
Makefile
@@ -35,8 +35,8 @@ clean:
35
yarn dlx rimraf ./$(build_dir) src/generated tsconfig.build.tsbuildinfo
36
37
$(word 1, $(build_files)): $(src_files)
38
- ./node_modules/.bin/tsc -p tsconfig.build.json
39
- @if [ -d "node_modules/tsc-alias" ]; then \
+ yarn tsc -p tsconfig.build.json
+ @if yarn info tsc-alias name --silent > /dev/null 2>&1; then \
40
yarn tsc-alias --project tsconfig.build.json; \
41
fi
42
0 commit comments