Skip to content

Commit bd778c2

Browse files
author
Airscript
committed
fix: add missing install-bats in Makefile
1 parent 1cc1808 commit bd778c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ run-tests:
4646
install-bash:
4747
sh ./scripts/install/bash.sh
4848

49+
.PHONY: install-bats
50+
install-bats:
51+
sh ./scripts/install/bats.sh
52+
4953
.PHONY: install-npm
5054
install-npm:
5155
bash ./scripts/install/npm.sh

0 commit comments

Comments
 (0)