Node command calls server.js file with multiple arguments.
The command is : 'node -r esm server.js'.
Following are the arguments which can be added:
product: The name of the product the build has to be applied. Product names can be - tw-pages/questionnaire/learning/shared/iso/tw-dept-docs/tw-pages-test/all.
type: Its the type of build you want to apply for for a product. Possible values can be - client/server/docs/dept name/all.
nodeModules: This parameter is true if we want to run 'npm install' before applying the build.
checkProduct: It takes product name if you want to check if product has any commits then only apply build.
checkType- It takes type if you want to check if product has any commits then only apply build.