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