Helpful commands¶
./bin/build-dev.pyBuild the development environment. This should be run within a Python virtual environment.
./bin/build-dev-npm.pyBuild the npm components of the development environment.
./bin/build-dev-pip.pyBuild the pip components of the development environment. This should be run within a Python virtual environment.
./bin/build-package.pyBuild setuptools packages.
./bin/clean-build.pyClean build artifacts.
./bin/fix.pyAutomatically fix as many problems as possible.
./bin/test.pyRun all tests.
./bin/test-build-package.pyTest building setuptools packages.
./bin/test-eslint.pyRun ESLint tests.
./bin/test-pytest.pyRun pytest tests.
./bin/test-stylelint.pyRun Stylelint tests.
./bin/test-ruff.pyRun Ruff tests.
./bin/test-ty.pyRun ty tests.