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
I have a script called publish in my package.json, which simply does "bump --prompt". This in turns kicks off the "version" script in my package.json as expected which runs my webpack build but I can't see any output from the "version" script. If I run "version" directly via "npm run version" I see the expected output.
The text was updated successfully, but these errors were encountered:
I have a script called publish in my package.json, which simply does "bump --prompt". This in turns kicks off the "version" script in my package.json as expected which runs my webpack build but I can't see any output from the "version" script. If I run "version" directly via "npm run version" I see the expected output.
The text was updated successfully, but these errors were encountered: