Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Dec 12, 2021
1 parent 3a11482 commit bbf2915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
- 😁 全部组件由 `TypeScript with React Hooks` 编写
- 🍑 使用 `react-testing-library` 完成单元测试
- 🦌 使用 `Storybook` 本地调试和生成文档页面
- ⚙️ 组件库打包使用 `Webpack` `Gulp`
- ⚙️ 组件库使用 `TSC` 编译 `TS` `Gulp` 打包 `CSS`
- 🥦 CI/CD:使用 `Chromatic` + `GitActions` 持续集成和部署

#### 🔨 部署
Expand Down
2 changes: 1 addition & 1 deletion src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
- 😁 全部组件由 `TypeScript with React Hooks` 编写
- 🍑 使用 `react-testing-library` 完成单元测试
- 🦌 使用 `Storybook` 本地调试和生成文档页面
- ⚙️ 组件库打包使用 `Webpack` `Gulp`
- ⚙️ 组件库使用 `TSC` 编译 `Ts` `Gulp` 打包 `CSS`
- 🥦 CI/CD:使用 `Chromatic` + `GitActions` 持续集成和部署

#### 😊 谁在使用
Expand Down

0 comments on commit bbf2915

Please sign in to comment.