Improve package json new scripts#8695
Conversation
|
Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md) |
|
@Jermolene -- I think the TW GitHub build process needs to be adjusted to use Node.js LTS 22.x.y The minimum requirement for the I did test the parameter with an earlier Node version and it did cause problems with Windows. Where it did run into an endless loop. Node LTS 20.x.y is now in maintenence mode. See: https://nodejs.org/en/about/previous-releases So we should use Node.js version 22 which will be the next LTS version for our GH build system It seems we use Node version 18 for our build system, which will be End of Live in April 25 |
✅ Deploy Preview for tiddlywiki-previews ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks @pmario, I am in favour of improving |
|
As I wrote at the #8689 Dynamic Build Commands. I'll do some more testing. May be I can go back to the advanced version with dynamic commands. Will give feedback |
A second try to add some more developer commands to the package.json file.
The new commands should also give an overview to what's possible with TW command parameters.
@Jermolene -- if the "echo" command would be implemented into tiddlywiki.info, I can remove
library:infoandprelibraryfrom the scripts section in this PR:Jeremy's comment: #8689 (comment)