Skip to content

Commit cd8328c

Browse files
author
NoahAndrews
committed
Tweak publish instructions
1 parent a4cd5df commit cd8328c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ This package enables Node.js applications to use a CAN bus over USB.
77
1. Check out the `main` branch
88
2. Update `version` field in `package.json`
99
3. Run `npm install`
10-
4. Run `npm run prepublish`
11-
5. Commit change to git
12-
6. Run `git tag v<version>`
13-
7. Run `git push`
14-
8. Run `git push --tags`
15-
9. Run `npm publish --access public`
16-
10. Create a new release on GitHub with an explanation of the changes
10+
4. Commit change to git
11+
5. Run `git tag v<version>`
12+
6. Run `git push`
13+
7. Run `git push --tags`
14+
8. Run `npm publish --access public`
15+
9. Create a new release on GitHub with an explanation of the changes

0 commit comments

Comments
 (0)