Skip to content

Commit edfa2c6

Browse files
kevinkhillposva
authored andcommitted
chore: Fix typo (#2858)
1 parent aeb09c3 commit edfa2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm run docs
4141
- `yarn run release`
4242
- Ensure tests are passing `yarn run test`
4343
- Build dist files `VERSION=<the_version> yarn run build`
44-
- Build changelog `yarn run changelod`
44+
- Build changelog `yarn run changelog`
4545
- Commit dist files `git add dist CHANGELOG.md && git commit -m "[build $VERSION]"`
4646
- Publish a new version `npm version $VERSION --message "[release] $VERSION"
4747
- Push tags `git push origin refs/tags/v$VERSION && git push`

0 commit comments

Comments
 (0)