feat: add build script #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "build_script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit adds pnpm scripts for compiling and running the
typocomath package, and a convenience script
pnpm go
that doesboth in succession. It also configure pnpm to use a shell
emulator so that it should work on Windows as well. Finally,
it changes the directory for object files from obj to build.
Resolves #9.