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/