From 96ab1cefb9de19a80975c66d1a1dfda4edea2c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Fri, 9 Aug 2024 09:30:07 +0200 Subject: [PATCH] fix: typo in husky pre-commit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 509d461f..6b3a9be2 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,5 +3,5 @@ # 1. Build the contracts # 2. Stage build output -# 2. Lint and stage style improvements +# 3. Lint and stage style improvements yarn build && npx lint-staged \ No newline at end of file