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

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1064
This commit is contained in:
2025-06-14 08:40:58 +00:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

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