-
-
Notifications
You must be signed in to change notification settings - Fork 13
Migrate build script to node #246
Copy link
Copy link
Open
Labels
P4This issue is considered low priorityThis issue is considered low priority
Description
Activity
Metadata
Metadata
Assignees
Labels
P4This issue is considered low priorityThis issue is considered low priority
Currently, the build script for the project is done via a batch and shell script. Unfortunately, this means that I have to maintain two copies of the script.
Instead, it should be migrated to Node, which allows more advanced scripting and has support for unit tests.