Skip to content

Commit e4445de

Browse files
authored
docs: Fix 'mise x' command snippet in the Continuous Integration section (jdx#2411)
1 parent 886b721 commit e4445de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To ensure you run the version of the tools installed by Mise, make sure you run
1717

1818
```yaml
1919
script: |
20-
mise x npm -- test
20+
mise x -- npm test
2121
```
2222

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

0 commit comments

Comments
 (0)