Skip to content

Commit 1d5ee31

Browse files
authored
Update CONTRIBUTING.md
1 parent 8358fe4 commit 1d5ee31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ Before opening a pull request, please make sure your environment and commits fol
120120
Install dependencies with:
121121

122122
```bash
123+
cp .env.template .env
123124
npm ci
125+
npx playwright install
124126
```
125127

126128
### 🪶 Code Style & Linting

0 commit comments

Comments
 (0)