From 0c53ee8392c710dcb969b116bed026d5144cecf0 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 14 Jun 2025 16:40:48 +0800 Subject: [PATCH] test : ci/cd --- .drone.yml | 3 ++- package.json | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7df8920..458e101 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,8 @@ steps: - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider - npm install - - npm install package-manager-detector@1.2.0 --save-exact + - npm info unplugin-icons + - npm install unplugin-icons@latest - npm list package-manager-detector # - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest - npm run build diff --git a/package.json b/package.json index b837dc2..f2404dc 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,6 @@ "build": "vite build", "preview": "vite preview" }, - "overrides": { - "package-manager-detector": "1.2.0" - }, "dependencies": { "@antv/g6": "^3.5.7", "@tinymce/tinymce-vue": "^4.0.7",