From e4445de9831b207d42a7ccfbfbb9ab2d412e3903 Mon Sep 17 00:00:00 2001 From: Daniel Jankowski Date: Thu, 1 Aug 2024 07:17:42 +0200 Subject: [PATCH] docs: Fix 'mise x' command snippet in the Continuous Integration section (#2411) --- docs/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/continuous-integration.md b/docs/continuous-integration.md index 6eb42ba015..aef704dbf5 100644 --- a/docs/continuous-integration.md +++ b/docs/continuous-integration.md @@ -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.