From e8c7724b23bc2763f1f8bbb5b9aa91cf1bfd5078 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Wed, 20 Nov 2024 20:28:15 +0100 Subject: [PATCH] fix: cross-env --- .github/knip.ts | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/knip.ts b/.github/knip.ts index 3eb78f96..1950be9c 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -6,7 +6,7 @@ const config: KnipConfig = { ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**"], ignoreExportsUsedInFile: true, // eslint can also be safely ignored as per the docs: https://knip.dev/guides/handling-issues#eslint--jest - ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier"], + ignoreDependencies: ["eslint-config-prettier", "eslint-plugin-prettier", "ts-node"], eslint: true, }; diff --git a/package.json b/package.json index 6b9b6c12..fd28bc61 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "@mswjs/data": "0.16.1", "@types/ms": "0.7.34", "@types/node": "20.14.5", + "cross-env": "^7.0.3", "cspell": "8.9.0", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0",