Skip to content

Commit 9b3cb68

Browse files
committed
FIXUP
1 parent afb89fd commit 9b3cb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
run: |
211211
# retry 3 times, flaky error on windows: "Unexpected end of JSON input while parsing empty string in D:\a\egg\egg\tegg\core\aop-runtime\package.json"
212212
pnpm build || (git checkout . && pnpm build) || (git checkout . && pnpm build)
213+
pnpm -r --filter="\!./tools/egg-bin" exec rimraf dist
213214
pnpm run --filter=./tools/egg-bin ci
214215
env:
215216
# https://github.com/jamiebuilds/ci-parallel-vars

0 commit comments

Comments
 (0)