File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- exclude aws_proxy/frontend *
1+ include pyproject.toml
2+ recursive-exclude aws_proxy/frontend *
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ lint: ## Run code linter to check code style
2626test : # # Run tests
2727 $(VENV_RUN ) ; python -m pytest $(PYTEST_ARGS ) $(TEST_PATH )
2828
29- entrypoints : # # Generate plugin entrypoints for Python package
29+ entrypoints : build-frontend # # Generate plugin entrypoints for Python package
3030 $(VENV_RUN ) ; python -m plux entrypoints
3131
32- build : entrypoints build-frontend # # Build the extension
32+ build : build-frontend entrypoints # # Build the extension
3333 $(VENV_RUN ) ; python -m build --no-isolation . --outdir build
3434 @# make sure that the entrypoints are contained in the dist folder and are non-empty
3535 @test -s localstack_extension_aws_proxy.egg-info/entry_points.txt || (echo " Entrypoints were not correctly created! Aborting!" && exit 1)
You can’t perform that action at this time.
0 commit comments