BUILD command using just "npm"

From today i am expriencing an issue where the build on replit (publishing)

i have the correct build command in .replot ( i did not change it) and also in the publishing > adjust settings > Build command .

both set to “bash -c npm build”

but still the console gives:

2026-02-12T18:06:35Z info: Starting Build
npm

Usage:

npm install install all the dependencies in your project
npm install add the dependency to your project
npm test run this project’s tests
npm run run the script named
npm -h quick help on
npm -l display usage info for all commands
npm help search for help on
npm help npm more involved overview

All commands:

access, adduser, audit, bugs, cache, ci, completion,
config, dedupe, deprecate, diff, dist-tag, docs, doctor,
edit, exec, explain, explore, find-dupes, fund, get, help,
help-search, hook, init, install, install-ci-test,
install-test, link, ll, login, logout, ls, org, outdated,
owner, pack, ping, pkg, prefix, profile, prune, publish,
query, rebuild, repo, restart, root, run-script, sbom,
search, set, shrinkwrap, star, stars, start, stop, team,
test, token, uninstall, unpublish, unstar, update, version,
view, whoami

Specify configs in the ini-formatted file:
/home/runner/.npmrc
or on the command line via: npm --key=value

More configuration info: npm help config
Configuration fields: npm help 7 config

npm@10.8.2 /nix/store/jfar9wnj6kvr0gr6klh1gk7vgckkfr5j-nodejs-20.20.0/lib/node_modules/npm

as if the command executed was just “npm”