Skip to content

Commit

Permalink
chore: a few change
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Aug 19, 2023
1 parent 99cb20f commit bc777b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tsc --init
```shell
git init
git remote add origin git@github.com:BIYUEHU/standard-dev-demo.git
git push --set-upstream origin master
```

> Create `.gitignore`
Expand Down Expand Up @@ -563,6 +564,10 @@ Added some information for your `package.json`
When Everything is ready:

```shell
git add .
git commit -m 'type: description'
pnpm run release
git push
npm publish
```

Expand Down

0 comments on commit bc777b2

Please sign in to comment.