7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
yarn check-lock-files &&
|
|
yarn check-commit &&
|
|
yarn documentation &&
|
|
yarn pretty-quick --check
|