mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-15 18:54:36 +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
|