Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the command to build javascript from typescript #359

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dmitryd
Copy link
Contributor

@dmitryd dmitryd commented Aug 20, 2024

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. See:

$ Build/Scripts/runTests.sh -s buildJavaScript
Invalid -s option argument buildJavaScript

TYPO3 core test runner. Execute acceptance, unit, functional and other test suites in
a container based test environment. Handles execution of single test files, sending
xdebug information to a local IDE and more.

Usage: Build/Scripts/runTests.sh [options] [file]

Options:
    -s <...>
        Specifies the test suite to run
            - acceptance: main application acceptance tests
            - acceptanceComposer: main application acceptance tests
            - acceptanceInstall: installation acceptance tests, only with -d mariadb|postgres|sqlite
            - buildCss: execute scss to css builder
            - buildJavascript: execute typescript to javascript builder

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.
Copy link
Contributor

@garvinhicking garvinhicking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for spotting this, and providing a fix, you are right of course. :-)

@garvinhicking garvinhicking merged commit 3f0e9af into TYPO3-Documentation:main Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants