3 lines
42 B
Bash
3 lines
42 B
Bash
#!/usr/bin/env sh
|
|
npm run check || exit 1
|
#!/usr/bin/env sh
|
|
npm run check || exit 1
|