diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 96% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml index 37648c9e..8d7e3eaf 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: include: scope # Fetch and update latest `github-actions` pkgs - package-ecosystem: github-actions - directory: "/" + directory: "/frontend" schedule: interval: daily time: "00:00" diff --git a/.github/workflows/semantic.yml b/.github/semantic.yml similarity index 100% rename from .github/workflows/semantic.yml rename to .github/semantic.yml diff --git a/frontend/package.json b/frontend/package.json index 7e4f5dfe..a9066a49 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,6 @@ "start": "nuxt start", "generate": "nuxt generate", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", - "prepare": "husky install", "lint": "yarn lint:js" }, "lint-staged": { @@ -41,7 +40,6 @@ "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-vue": "^7.12.1", - "husky": "^6.0.0", "lint-staged": "^10.5.4", "prettier": "^2.3.2" } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 75e9e06a..ea37343a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5140,11 +5140,6 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -husky@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" - integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== - iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"