From 963fa783388341f7e7f06a4a1ec045397b2cb2c8 Mon Sep 17 00:00:00 2001 From: JinmingYang <2214962083@qq.com> Date: Tue, 15 Aug 2023 23:10:49 +0800 Subject: [PATCH] fix: lint error --- packages/gpt-runner-cli/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gpt-runner-cli/package.json b/packages/gpt-runner-cli/package.json index 8fbef29..8dc2167 100644 --- a/packages/gpt-runner-cli/package.json +++ b/packages/gpt-runner-cli/package.json @@ -49,13 +49,13 @@ "@nicepkg/gpt-runner-web": "workspace:*" }, "devDependencies": { + "@nicepkg/gpt-runner-core": "workspace:*", + "@nicepkg/gpt-runner-shared": "workspace:*", "cac": "^6.7.14", "chokidar": "^3.5.3", "colorette": "^2.0.20", "consola": "^3.2.3", "execa": "5.1.1", - "wait-port": "^1.0.4", - "@nicepkg/gpt-runner-core": "workspace:*", - "@nicepkg/gpt-runner-shared": "workspace:*" + "wait-port": "^1.0.4" } -} +} \ No newline at end of file