From 811ea48a77cfc7458286c5f0110b4fff8b390f23 Mon Sep 17 00:00:00 2001 From: Mihira Jayasekera Date: Mon, 29 Jul 2024 12:31:01 -0500 Subject: [PATCH] chore: run `npm install` To avoid editor error `cannot find module 'sass'`, but didn't work :(. --- .husky/pre-commit | 1 - 1 file changed, 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 25d2235..152f932 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,3 @@ -#!/usr/bin/env sh . "$(dirname "$0")/_/husky.sh" npx lint-staged \ No newline at end of file