4 lines
72 B
Bash
4 lines
72 B
Bash
#!/usr/bin/env sh
|
|
npm run format:check || exit 1
|
|
npm run lint || exit 1
|
#!/usr/bin/env sh
|
|
npm run format:check || exit 1
|
|
npm run lint || exit 1
|