mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Autoreformat code while building
autoreformat while build
This commit is contained in:
@@ -11,3 +11,11 @@ apiGenDir=$scriptDir/../../api_generator
|
||||
cd $apiGenDir
|
||||
echo Executing api_generator with [config = $config] [schemaDir = $schemaDir] [outputDir = $outputDir]
|
||||
python3 -m api_generator -c $config -s $schemaDir -o $outputDir
|
||||
|
||||
echo "Install poetry"
|
||||
python3 -m pip install poetry
|
||||
|
||||
echo "Install requirements"
|
||||
(cd $outputDir/../.. && python3 -m poetry install --no-root -n)
|
||||
echo "Reformat code"
|
||||
(cd $outputDir/../.. && python3 -m poetry run gray $outputDir)
|
||||
|
||||
Reference in New Issue
Block a user