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
"description": "Root package.json required by the Toolforge buildservice Node.js buildpack (heroku/nodejs). The buildpack only runs 'npm ci && npm run build' if a package.json exists at the project root. See https://wikitech.wikimedia.org/wiki/Help:Toolforge/Building_container_images",
"scripts": {
"build": "cd frontend && npm ci && npm run toolforge:build"