From 953630b5fbea1ded033a99cc1b28a3cbf62d7a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Mon, 26 Aug 2024 07:28:45 +0200 Subject: [PATCH] fix: typo in husky pre-commit (#80) --- .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