We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3cb68 commit 074c069Copy full SHA for 074c069
.github/workflows/ci.yml
@@ -210,8 +210,8 @@ jobs:
210
run: |
211
# 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"
212
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
+ pnpm -r --filter "!@eggjs/bin" exec rimraf dist
+ pnpm run --filter @eggjs/bin ci
215
env:
216
# https://github.com/jamiebuilds/ci-parallel-vars
217
CI_NODE_INDEX: ${{ matrix.shardIndex }}
0 commit comments