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
If your build command is an npm script (npm run …), you can supply the new option --script with the script name instead of the full command, e.g. --script build or --script=build.
If you don't supply a build command (or --script), the default is npm run build.
Changed
Bail earlier and print a more useful error when you don't supply a build artifact.