pyscript
pyscript copied to clipboard
Add documentation on the actions that our `Makefile` is capable of
Working on it here: https://github.com/pyscript/pyscript/pull/1198
if we just run make we get this output:
\nThere is no default Makefile target right now. Try:\n
make setup - check your environment and install the dependencies.
make clean - clean up auto-generated assets.
make build - build PyScript.
make precommit-check - run the precommit checks (run eslint).
make test-integration - run all integration tests sequentially.
make fmt - format the code.
make fmt-check - check the code formatting.\n
which is the default behavior from make. As nobody is working on this and I think above information is good enough, I am closing this issue.