We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cd5df commit cd8328cCopy full SHA for cd8328c
README.md
@@ -7,10 +7,9 @@ This package enables Node.js applications to use a CAN bus over USB.
7
1. Check out the `main` branch
8
2. Update `version` field in `package.json`
9
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
+4. Commit change to git
+5. Run `git tag v<version>`
+6. Run `git push`
+7. Run `git push --tags`
+8. Run `npm publish --access public`
+9. Create a new release on GitHub with an explanation of the changes
0 commit comments