mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-11 06:10:05 +00:00
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Silent mode prevents `commit-msg` err in log window
|
|
npm run --silent lint:fix
|
|
|
|
exit 0
|