Create a build script for typocomath #9

Closed
opened 2023-01-28 23:34:42 +00:00 by glen · 3 comments
Owner

One thing it needs to do is put a package.json file in the object directory, with contents at least {"type": "module"}, so that the resulting files will run with node.

One thing it needs to do is put a package.json file in the object directory, with contents at least `{"type": "module"}`, so that the resulting files will run with node.
Collaborator

Yes, so right now in the rtti branch I've added this file /build/package.json, but ideally, not output folder should be committed (it should be safe to delete this folder), so the build script should take care of that instead.

Yes, so right now in the `rtti` branch I've added this file `/build/package.json`, but ideally, not output folder should be committed (it should be safe to delete this folder), so the build script should take care of that instead.
glen added the
enhancement
label 2023-08-22 17:58:58 +00:00
Author
Owner

Jos, I am happy to do this and it is something I can tackle between now and when you conclude your studies on what runtime typing scheme to use. Please just let me know your directive on whether the target directory should be changed to build in branch main as you made it in branch rtti or left as obj as I originally made it in main.

Jos, I am happy to do this and it is something I can tackle between now and when you conclude your studies on what runtime typing scheme to use. Please just let me know your directive on whether the target directory should be changed to `build` in branch `main` as you made it in branch `rtti` or left as `obj` as I originally made it in `main`.
Collaborator

👍

I have a slight preference for build as output folder, thanks!

👍 I have a slight preference for `build` as output folder, thanks!
glen referenced this issue from a commit 2023-08-23 03:18:44 +00:00
glen closed this issue 2023-08-23 03:20:11 +00:00
glen referenced this issue from a commit 2023-08-23 03:20:11 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/typocomath#9
No description provided.