mirror of
https://github.com/sasjs/adapter.git
synced 2026-03-10 00:48:11 +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
|