From 67d350ebe2e464a04a654c214752b8a113b6e15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 13 Apr 2025 02:44:06 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B5=8B=E8=AF=95=E6=8D=A2=E4=B8=80?= =?UTF-8?q?=E7=A7=8D=E6=B8=85=E7=90=86=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/goreleaser.yml | 2 -- .github/workflows/l10n.yml | 2 -- .gitignore | 3 +++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 9f763c3b..b5113384 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -39,8 +39,6 @@ jobs: run: | echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV - - name: Clear node_modules - run: rm -rf node_modules - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 7aef8d9b..9d4bd6e9 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -47,8 +47,6 @@ 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: diff --git a/.gitignore b/.gitignore index 8a579787..23341f77 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,6 @@ out/ *.sublime* __debug_bin .project + +# 傻逼 node_modules +node_modules/