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 1
1
.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
3
3
4
4
# This is default for local testing, but GitHub workflows override it to a higher value in CI
5
5
INTEGRATION_TESTS_CONCURRENCY = 1
@@ -12,7 +12,7 @@ install-dev:
12
12
uv run pre-commit install
13
13
14
14
build :
15
- uv build --no-cache
15
+ uv build --no-cache --verbose
16
16
17
17
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
18
18
publish-to-pypi :
@@ -46,7 +46,7 @@ build-api-reference:
46
46
cd website && uv run ./build_api_reference.sh
47
47
48
48
build-docs :
49
- cd website && corepack enable && yarn && uv run yarn build
49
+ cd website && uv run npm clean-install && uv run npm run build
50
50
51
51
run-docs : build-api-reference
52
52
cd website && uv run npm clean-install && uv run npm run start
You can’t perform that action at this time.
0 commit comments