Skip to content

Commit 39e933b

Browse files
authored
Fix typo in npm install command
1 parent 983cefb commit 39e933b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Follow these steps when releasing the Nightwatch Browserstack plugin:
44

55
1. **Merge the corresponding pull request (PR)** using squash and merge.
66
2. **Clone a fresh copy of the repository locally** to avoid publishing uncommitted files.
7-
3. Run `npm install` (or `npmi`) to install dependencies.
7+
3. Run `npm install` (or `npm i`) to install dependencies.
88
4. Run `npm audit fix` to automatically resolve fixable vulnerabilities.
99
_Note: This only changes `package-lock.json`. It is safer than using `--force`, which may change package versions unexpectedly._
1010
5. **Commit and push** any changes resulting from `npm audit fix`.

0 commit comments

Comments
 (0)