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