From c442b9b2fd7dd19069f6dcdfb32c8397fff40ebf Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 14 Jun 2025 18:23:25 +0800 Subject: [PATCH] test : ci/cd --- .drone.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d3efc2..c4388f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,8 +28,8 @@ steps: - export NODE_MODULES_PATH=`pwd`/node_modules - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider + - npm install @iconify/utils@2.2.1 --save-dev - npm install - - npm install @iconify/utils@2.2.1 # - npm info unplugin-icons # - npm install unplugin-icons@latest - npm list package-manager-detector diff --git a/package.json b/package.json index b837dc2..8cf12c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mosr-web", "version": "0.0.0", - "private": true, + "private": true,"type": "module", "scripts": { "dev": "vite", "build": "vite build",