Helpful commands¶
Important
These commands require Bash
./bin/build-devBuild the development environment. This should be run within a Python virtual environment.
./bin/build-dev-npmBuild the npm components of the development environment.
./bin/build-dev-pipBuild the pip components of the development environment. This should be run within a Python virtual environment.
./bin/build-setuptoolsBuild setuptools packages.
./bin/clean-buildClean build artifacts.
./bin/fixAutomatically fix as many problems as possible.
./bin/testRun all tests.
./bin/test-build-setuptoolsTest building setuptools packages.
./bin/test-bustedRun busted tests.
./bin/test-eslintRun ESLint tests.
./bin/test-mypyRun mypy tests.
./bin/test-playwrightRun Playwright tests.
./bin/test-pytestRun pytest tests.
./bin/test-ruffRun Ruff tests.
./bin/test-shellcheckRun ShellCheck tests.
./bin/test-stylelintRun Stylelint tests.