Skip to content

Commit

Permalink
docs: update npm packages example (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Mar 25, 2024
1 parent 9446361 commit 02e9aeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/web-apps/automated-testing/_partials/_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,10 @@ You can avoid installing or uninstalling dependencies prior to each bundling ope

```jsx title= "config.yml npm example"
npm:
registry: https://registry.npmjs.org
registries:
- url: https://registry.npmjs.org
packages:
lodash: "4.17.20"
"@babel/preset-typescript": "7.12"
"@playwright/react": "^5.0.1"
"lodash": "4.17.20"
```

Alternatively, you can let `saucectl` selectively include already installed dependencies from the `node_modules` folder.
Expand Down

0 comments on commit 02e9aeb

Please sign in to comment.