Massive/organize.sh

4 lines
88 B
Bash
Executable File

#!/bin/sh
organize-imports-cli *.ts* tests/*.ts* && prettier --write *.ts* tests/*.ts*