From 3f17570b4dfff937035a56eac8bc60ed0a85c0f3 Mon Sep 17 00:00:00 2001 From: Rodiel Martinez <10471758+Rodielm@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:17:07 +0200 Subject: [PATCH] wc: remove husky --- .husky/.gitignore | 1 - .husky/pre-commit | 5 ----- package.json | 2 -- 3 files changed, 8 deletions(-) delete mode 100644 .husky/.gitignore delete mode 100755 .husky/pre-commit 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",