增加触发 Gitea 管道的脚本,更新 package.json

This commit is contained in:
2026-05-18 15:32:53 +08:00
parent 570d2c7de1
commit 03ca56d2a7
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"refine": "refine"
"refine": "refine",
"pipeline:trigger": "bash scripts/trigger-gitea-pipeline.sh"
},
"dependencies": {
"@emotion/react": "^11.8.2",