If a build script is referenced in your
package.json
, Koyeb will execute this command automatically during the build stage using
yarn build
or
npm run build
(depending on your package manager).
If you define a custom build command, two build commands are currently executed:
  1. the build script referenced in your
    package.json
    ,
  2. the build command you defined.
The expected behavior is to overwrite the default build command.