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 983cefb commit 39e933bCopy full SHA for 39e933b
RELEASE.md
@@ -4,7 +4,7 @@ Follow these steps when releasing the Nightwatch Browserstack plugin:
4
5
1. **Merge the corresponding pull request (PR)** using squash and merge.
6
2. **Clone a fresh copy of the repository locally** to avoid publishing uncommitted files.
7
-3. Run `npm install` (or `npmi`) to install dependencies.
+3. Run `npm install` (or `npm i`) to install dependencies.
8
4. Run `npm audit fix` to automatically resolve fixable vulnerabilities.
9
_Note: This only changes `package-lock.json`. It is safer than using `--force`, which may change package versions unexpectedly._
10
5. **Commit and push** any changes resulting from `npm audit fix`.
0 commit comments