6 lines
81 B
Bash
6 lines
81 B
Bash
![]() |
#!/bin/bash
|
||
|
set -eu
|
||
|
|
||
|
echo "Lint and clean up typescript:"
|
||
|
tslint --fix docs/*.ts
|