This commit is contained in:
j m 2024-12-29 09:34:36 +08:00
parent 83d09be127
commit 611a0f06c5
2 changed files with 6 additions and 3 deletions

View File

@ -83,7 +83,10 @@ jobs:
asset_name: halo-theme-dream2.0-plus-V${{ env.version }}.zip asset_name: halo-theme-dream2.0-plus-V${{ env.version }}.zip
asset_content_type: application/zip asset_content_type: application/zip
- name: npm ci - name: npm cache clean
if: ${{ env.branch_type == 'master' }}
run: npm ci
- name: npm cache clean
if: ${{ env.branch_type == 'master' }} if: ${{ env.branch_type == 'master' }}
run: npm ci run: npm ci
- name: npm publish - name: npm publish

View File

@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/zsjy/halo-theme-dream2.0-plus" "url": "git+https://github.com/zsjy/halo-theme-dream2.0-plus.git"
}, },
"keywords": [ "keywords": [
"halo", "halo",
@ -47,7 +47,7 @@
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0", "gulp-zip": "^5.1.0",
"webpack": "^5.68.0", "webpack": "5.94.0",
"webpack-stream": "^7.0.0" "webpack-stream": "^7.0.0"
}, },
"dependencies": { "dependencies": {