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