Include tests directory in organize.sh

This commit is contained in:
Brandon Presley 2023-01-01 15:21:42 +13:00
parent 5d9df37778
commit a68d4d6a69
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
organize-imports-cli *.ts* && prettier --write *.ts*
organize-imports-cli *.ts* tests/*.ts* && prettier --write *.ts* tests/*.ts*