1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-12 06:40:06 +00:00

chore: pre-push run lint

This commit is contained in:
2022-05-10 14:09:41 +02:00
parent aebf4ea8d8
commit 63328163ab
3 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
# Using `--silent` helps for showing any errs in the first line of the response
# The first line is picked up by the VS Code GIT UI popup when rc is not 0
npm run --silent lint:fix
exit 0