From 70989ff44ff46d0be1ed4e5221b8d2c776162134 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:30:56 -0700 Subject: [PATCH] feat: .continue/environment.json (#7983) --- .continue/environment.json | 3 +++ .husky/pre-commit | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .continue/environment.json diff --git a/.continue/environment.json b/.continue/environment.json new file mode 100644 index 000000000..8157e98b7 --- /dev/null +++ b/.continue/environment.json @@ -0,0 +1,3 @@ +{ + "install": "npm i" +} diff --git a/.husky/pre-commit b/.husky/pre-commit index 4526a3f3f..2312dc587 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx lint-staged --no-install +npx lint-staged