diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec138..0000000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 169fc556e7..0000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npm run lint:js -# npm test diff --git a/package.json b/package.json index 0a111bdc6f..20cfec14c7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "clean": "rm -rf build", "build": "npm run clean && rollup -c && npm run package", "preview": "vite preview", - "prepare": "husky install", "test:open": "cypress open", "test:prepare": "./prepare-test.sh", "test:run": "cypress run --spec cypress/e2e/commons/data-form.cy.js,cypress/e2e/iva/**/*.cy.js", @@ -110,7 +109,6 @@ "grunt": "^1.4.0", "grunt-shell": "^3.0.1", "highlight.js": "^10.6.0", - "husky": "^6.0.0", "lint-staged": "^11.0.0", "postcss": "^8.4.24", "regenerator-runtime": "^0.13.3",