Skip to content

Commit 074c069

Browse files
committed
FIXUP
1 parent 9b3cb68 commit 074c069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ 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
214-
pnpm run --filter=./tools/egg-bin ci
213+
pnpm -r --filter "!@eggjs/bin" exec rimraf dist
214+
pnpm run --filter @eggjs/bin ci
215215
env:
216216
# https://github.com/jamiebuilds/ci-parallel-vars
217217
CI_NODE_INDEX: ${{ matrix.shardIndex }}

0 commit comments

Comments
 (0)