Skip to content

Commit

Permalink
Merge pull request #2908 from matthewdiamant/matthewdiamant/fix-npm-i…
Browse files Browse the repository at this point in the history
…nstall-command

fix buildkite-test-collector npm install command
  • Loading branch information
mbelton-buildkite authored Jul 24, 2024
2 parents 868bd27 + ab0ccca commit df90a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/test_analytics/javascript_collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To add the test collector package:
For npm, run:
```shell
npm install --dev buildkite-test-collector
npm install --save-dev buildkite-test-collector
```
For yarn, run:
Expand Down

0 comments on commit df90a9b

Please sign in to comment.