File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11.PHONY : clean install-dev build publish-to-pypi lint type-check unit-tests unit-tests-cov \
2- integration-tests format check-code build-api-reference run-docs
2+ integration-tests format check-code build-api-reference build-docs run-docs
33
44# This is default for local testing, but GitHub workflows override it to a higher value in CI
55INTEGRATION_TESTS_CONCURRENCY = 1
@@ -12,7 +12,7 @@ install-dev:
1212 uv run pre-commit install
1313
1414build :
15- uv build --no-cache
15+ uv build --no-cache --verbose
1616
1717# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
1818publish-to-pypi :
@@ -46,7 +46,7 @@ build-api-reference:
4646 cd website && uv run ./build_api_reference.sh
4747
4848build-docs :
49- cd website && corepack enable && yarn && uv run yarn build
49+ cd website && uv run npm clean-install && uv run npm run build
5050
5151run-docs : build-api-reference
5252 cd website && uv run npm clean-install && uv run npm run start
You can’t perform that action at this time.
0 commit comments