Skip to content

Commit 6747042

Browse files
committed
doc: add README-zh.md document
1 parent 5b2a34c commit 6747042

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: npm run coverage
2828
- run: npm run type-check
2929
- run: cp -rp coverage www/build
30+
- run: cp -rp README-zh.md core
3031

3132
- name: Generate Contributors Images
3233
uses: jaywcjlove/github-action-contributors@main

core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"license": "MIT",
1515
"files": [
1616
"src/**/*.{ts,tsx,less}",
17+
"README-zh.md",
1718
"dist.css",
1819
"dist",
1920
"esm",

0 commit comments

Comments
 (0)