2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

ci: 清理傻逼node_modules

This commit is contained in:
2025-04-13 02:42:40 +08:00
parent b8cb8d70d3
commit 7159c4cccf

View File

@@ -47,6 +47,8 @@ jobs:
- name: Compile po files to json
working-directory: web
run: pnpm run gettext:compile
- name: Clear node_modules
run: rm -rf node_modules
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes
with: