5 lines
84 B
Bash
5 lines
84 B
Bash
#!/usr/bin/env sh
|
|
npm run format || exit 1
|
|
npm run lint:fix || exit 1
|
|
tsc || exit 1
|