Merge pull request 'test : ci/cd' (#1072) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1072
This commit is contained in:
2025-06-14 10:23:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "mosr-web",
"version": "0.0.0",
"private": true,
"private": true,"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",