You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ npm run start
76
76
77
77
Note: You will need to have publishing access to the package on npmjs.com in order to release a new version..
78
78
79
-
* Check out main branch and ensure no local changes: `git checkout main && git reset origin/main --hard`
79
+
* Check out main branch and ensure no local changes: `git checkout main && git fetch && git reset origin/main --hard`
80
80
* Bump version: `npm version major|minor|patch`. This updates the version in the package.json, runs build script, commits changes and creates a tag from the commit.
0 commit comments