Skip to content

Commit 3f0e9af

Browse files
authored
Correct the command to build javascript from typescript (#359)
The command given in the document does not exist and shows help instead. The issue is with the case of the command. It has to be buildJavascript and not buildJavaScript.
1 parent dd3764c commit 3f0e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Testing/CoreTesting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Luckily, `runTests.sh` also helps us to build JavaScript and CSS assets:
255255

256256
.. code-block:: shell
257257
258-
Build/Scripts/runTests.sh -s buildJavaScript
258+
Build/Scripts/runTests.sh -s buildJavascript
259259
Build/Scripts/runTests.sh -s buildCss
260260
261261
Again, this utilizes all the needed containers for the proper NodeJS environment, so you have

0 commit comments

Comments
 (0)