Executing JavaScript in Make is simple but requires attention to detail.
The following NPM modules are available for in your code.
Here are some further tips:
JavaScript Execution in Make
1. Accessing Input Variables
Inputs passed to your script are accessible as an input object.
If you're passing multiple variables, it’s recommended to structure them as a JSON object for clarity and ease of use.