Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalW committed Mar 8, 2022
1 parent 3053e74 commit b40084d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Read me

可在 [MarshalW/fake-ts-service-client](https://github.com/MarshalW/fake-ts-service-client) 使用这个包。

执行:

```bash
# 构建
npm run build
# 测试
npm test

# 确保 git 提交后,设置小版本更新
npm version patch

# 发布当前更新的 npm 包
npm publish
···
```

0 comments on commit b40084d

Please sign in to comment.