Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌚 theme: better dark mode #215

Merged
merged 12 commits into from
Mar 31, 2020
Prev Previous commit
Next Next commit
update script
  • Loading branch information
chenshuai2144 committed Mar 31, 2020
commit 4d92c67aa008e3dccbbc19c97097c8c4b06f2549
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: cd ant-design-pro && npm install

- name: fetch
run: cd ant-design-pro && npm run fetch:blocks --js --branch ${GITHUB_REF##*/}
run: cd ant-design-pro && yarn pro fetch-blocks --js --branch ${GITHUB_REF##*/}
chenshuai2144 marked this conversation as resolved.
Show resolved Hide resolved

- name: lint:fix
run: cd ant-design-pro && npm run lint:fix && yarn run prettier
Expand Down