Skip to content

Commit c6c8bb6

Browse files
authored
Fix commands for npm (#75)
1 parent 9b8a6b7 commit c6c8bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These are the basic steps for working with the starter. For detailed guidance on
3131
4. Open the project in your editor.
3232
5. Browse the examples in `/nodes` and `/credentials`. Modify the examples, or replace them with your own nodes.
3333
6. Update the `package.json` to match your details.
34-
7. Run `npm lint` to check for errors or `npm lintfix` to automatically fix errors when possible.
34+
7. Run `npm run lint` to check for errors or `npm run lintfix` to automatically fix errors when possible.
3535
8. Test your node locally. Refer to [Run your node locally](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/) for guidance.
3636
9. Replace this README with documentation for your node. Use the [README_TEMPLATE](README_TEMPLATE.md) to get started.
3737
10. Update the LICENSE file to use your details.

0 commit comments

Comments
 (0)