From 9e206cff72fffd80be0cc7d07bbb8957d27e184d Mon Sep 17 00:00:00 2001 From: Rbillon59 Date: Tue, 2 May 2023 15:06:51 +0200 Subject: [PATCH] chore: revert 099c8b0200c876421ec97959ddca604f9c917f6e Signed-off-by: Rbillon59 --- .husky/pre-commit | 2 +- package.json | 1 - yarn.lock | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 9dcd433f6e..d2ae35e84b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn lint +yarn lint-staged diff --git a/package.json b/package.json index 0bc1720f7e..91b8d33e09 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ }, "version": "1.14.0-next.0", "dependencies": { - "@backstage/cli-node": "workspace:^", "@backstage/errors": "workspace:^", "@manypkg/get-packages": "^1.1.3" }, diff --git a/yarn.lock b/yarn.lock index e4933d95d6..bd7f4bf1d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36135,7 +36135,6 @@ __metadata: resolution: "root@workspace:." dependencies: "@backstage/cli": "workspace:*" - "@backstage/cli-node": "workspace:^" "@backstage/codemods": "workspace:*" "@backstage/create-app": "workspace:*" "@backstage/errors": "workspace:^"