Cloud API Overview > @adpt/cloud > nodejs > NodeImageBuildOptions > runNpmScripts
nodejs.NodeImageBuildOptions.runNpmScripts property
Scripts that are defined in your package.json file that should be run during the image build.
Signature:
runNpmScripts?: string | string[];