test : ci/cd

This commit is contained in:
dj
2025-06-14 16:40:48 +08:00
parent ac6d7863da
commit 0c53ee8392
2 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ steps:
- npm config set registry https://registry.npmmirror.com - npm config set registry https://registry.npmmirror.com
- set NODE_OPTIONS=--openssl-legacy-provider - set NODE_OPTIONS=--openssl-legacy-provider
- npm install - 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 list package-manager-detector
# - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest # - npm install unplugin-icons@latest @antfu/install-pkg@latest package-manager-detector@latest
- npm run build - npm run build

View File

@@ -7,9 +7,6 @@
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },
"overrides": {
"package-manager-detector": "1.2.0"
},
"dependencies": { "dependencies": {
"@antv/g6": "^3.5.7", "@antv/g6": "^3.5.7",
"@tinymce/tinymce-vue": "^4.0.7", "@tinymce/tinymce-vue": "^4.0.7",