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