Massive/organize.sh

4 lines
80 B
Bash
Executable File

#!/bin/sh
organize-imports-cli *.ts* tests/*.ts* && deno fmt *.ts* tests/*.ts*