From face9d250e9c96d9ce980c3586f442124859a607 Mon Sep 17 00:00:00 2001 From: sdelcroix Date: Fri, 6 Sep 2024 21:40:25 +0200 Subject: [PATCH] Fix NPM command to watch & build assets (#364) --- Documentation/Testing/CoreTesting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Testing/CoreTesting.rst b/Documentation/Testing/CoreTesting.rst index 1665b4b2..bf842df3 100644 --- a/Documentation/Testing/CoreTesting.rst +++ b/Documentation/Testing/CoreTesting.rst @@ -265,5 +265,5 @@ You can also run a watch task thanks to the full integration of npm command exec .. code-block:: shell - Build/Scripts/runTests.sh -s npm -- run watch + Build/Scripts/runTests.sh -s npm -- run watch:build