You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bash rollup looks for options in the local package.json, but if the file has syntax errors, you can get an erroneous error message. So, we should pro-actively check the syntax of the file as a preamble to other actions.
Deliverables
Implement check of the local package.json before processing bash files. Exit and report any errors if found.
Overview
Bash rollup looks for options in the local
package.json, but if the file has syntax errors, you can get an erroneous error message. So, we should pro-actively check the syntax of the file as a preamble to other actions.Deliverables
package.jsonbefore processing bash files. Exit and report any errors if found.