Skip to content

Commit

Permalink
docs(windows): add win-node-env instructions to develop build from …
Browse files Browse the repository at this point in the history
…source (#918)
  • Loading branch information
fallenbagel authored Aug 5, 2024
1 parent 71acfb1 commit a2c2d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/buildfromsource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ git checkout develop # by default, you are on the develop branch so this step is
```
3. Install the dependencies:
```powershell
npm install -g win-node-env
set CYPRESS_INSTALL_BINARY=0 && pnpm install --frozen-lockfile
```
4. Build the project:
Expand Down

0 comments on commit a2c2d26

Please sign in to comment.