pyscript icon indicating copy to clipboard operation
pyscript copied to clipboard

Add documentation on the actions that our `Makefile` is capable of

Open marimeireles opened this issue 3 years ago • 1 comments

marimeireles avatar Jul 07 '22 21:07 marimeireles

Working on it here: https://github.com/pyscript/pyscript/pull/1198

marimeireles avatar Feb 13 '23 17:02 marimeireles

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.

WebReflection avatar Dec 06 '23 20:12 WebReflection