Skip to content

Commit 7140254

Browse files
committed
chore: clean target
1 parent cf2483c commit 7140254

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cloudflare.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ jobs:
4747
run: |
4848
mkdir -p /tmp/worker-build
4949
cp -r server/pkg/* /tmp/worker-build/
50-
rm -rf /tmp/worker-build/server/node_modules
5150
cp server/wrangler.build.toml /tmp/worker-build/wrangler.toml
52-
cp .gitignore /tmp/worker-build/.gitignore
51+
cp .gitignore /tmp/worker-build/
52+
53+
- name: Clean target and node_modules
54+
run: |
55+
rm -rf target/
56+
rm -rf server/node_modules/
5357
5458
- name: Create and Switch to cf-worker Branch
5559
run: |

0 commit comments

Comments
 (0)