Skip to content

Commit

Permalink
docs: Fix 'mise x' command snippet in the Continuous Integration sect…
Browse files Browse the repository at this point in the history
…ion (#2411)
  • Loading branch information
mollyIV authored Aug 1, 2024
1 parent 886b721 commit e4445de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To ensure you run the version of the tools installed by Mise, make sure you run

```yaml
script: |
mise x npm -- test
mise x -- npm test
```

Alternatively, you can add the [shims](/dev-tools/shims.md) directory to your `PATH`, if the CI provider allows it.
Expand Down

0 comments on commit e4445de

Please sign in to comment.