Skip to content

Commit 1350c61

Browse files
committed
fix(test): wrong .PHONY directive in TS declarations test Makefile
Signed-off-by: Andrey <[email protected]>
1 parent 933287c commit 1350c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typescript_declarations/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
clean:
33
rm -rf build
44

5-
.PHONY: build
5+
.PHONY: test
66
test:
77
cargo run --quiet -- build
88
tsc ./build/dev/javascript/typescript_declarations/typescript_declarations.d.mts --noEmit --lib es2015

0 commit comments

Comments
 (0)