1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: comment

This commit is contained in:
2022-05-10 12:37:50 +02:00
parent a65d4257a5
commit 8f309143e9

View File

@@ -1,5 +1,7 @@
#!/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