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 afb89fd commit 9b3cb68Copy full SHA for 9b3cb68
.github/workflows/ci.yml
@@ -210,6 +210,7 @@ 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
215
env:
216
# https://github.com/jamiebuilds/ci-parallel-vars
0 commit comments