mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +00:00
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# We make this command run without printing to console, because if it does, it prevents `commit-msg` error to be shown when commiting
|
|
# trough VS Code
|
|
npm run --silent lint:fix
|
|
|
|
exit 0 |