Skip to content

Commit bf86a11

Browse files
author
roman.vasilev
committed
build: Use correct compiler
1 parent 0a2739a commit bf86a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prebuild() {
1111
build() {
1212
cd dist
1313
rm example.ts
14-
tsc -p .
14+
ttsc -p .
1515
rm tsconfig.json
1616
cd ..
1717
}

0 commit comments

Comments
 (0)