Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sravan S committed Mar 28, 2023
1 parent ab5450e commit c004c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

## Step 2 - Actual release
10. Commit all changes
11. Update the version in `package.json` and `package-lock.json` to the new Release Candidate version: Run `npm version patch/minor/major`
11. Update the version in `package.json` and `package-lock.json` to the real release version: Run `npm version patch/minor/major`
12. Run `npm run build`
13. Inside `./<root>/dist`, Run `npm publish`

0 comments on commit c004c71

Please sign in to comment.