6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
yarn run lint:js
|
|
yarn run lint:css
|
|
yarn run lint:md
|