Prepublish script #854
-
I'm writing a simple job queue library and want to include an HTML file that a server could use to display a management UI (showing in progress jobs, failed jobs, stats over time, etc). I know I can build the HTML file with a separate build step, then include the output in the uploaded package to JSR, but is there a I can always just use github actions and not publishing locally. Just curious if there's already a way to do something like this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think there is a way to do this currently. The recommended way to publish is via github actions where you can put all the prerequisites you want. |
Beta Was this translation helpful? Give feedback.
I don't think there is a way to do this currently. The recommended way to publish is via github actions where you can put all the prerequisites you want.