build icon indicating copy to clipboard operation
build copied to clipboard

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI

Results 190 build issues
Sort by recently updated
recently updated
newest added

https://github.com/netlify/build/blob/main/packages/config/src/api/site_info.ts#L46-L59 Once all sites have migrated to the new environment variables experience, it will be safe to move this call to the `Promise.all()` call above it. Should make things a...

### Describe the bug [baseRelDIr](https://github.com/netlify/build/blob/72e33da1f3108c114b88ebd91602df2d325485a2/packages/config/docs/file_paths.md?plain=1#L60-L67) is not settable by end users of netlify causing new forks of a site created prior to 2019 to never be compatible with netlify.toml in...

type: bug

### Describe the bug I created a local plugin which attempts to update the `netlifyConfig.redirects` array. The plugin itself is rather simple. I renamed some values below, but the logic...

type: bug

### Describe the bug Hi Team, I am creating a sample application using @netlify/sdk npm package. I am getting the following errors while running npm run build/ npm run dev...

type: bug

#### Summary This PR adds a new JSON schema file for netlify.toml. A direct link to this file will be added to https://github.com/SchemaStore/schemastore. Most IDEs (vscode with extension, intellij) try...

stale
echoes/initiative: first-friday
Ecosystem: Dev Foundations

### Describe the bug Hi I have installed the netlify CLI in a new laptop(Windows 11). I have the following error when I run **_netlify dev_**, but if I run...

type: bug

While working on a test for https://github.com/netlify/build/pull/5231, I noticed that `BuildResult#logs` had an invalid type. It's being populated here: https://github.com/netlify/build/blob/4eae1ff04a44266cc56377a5a35b52f3354ccae5/packages/build/src/core/build.ts#L32 This PR fixes the type.

stale

Currently, our OpenAPI client is used everywhere. It's "the way™️" to access our API in all of our JavaScript Node.js projects. Like build, CLI, etc... Sadly the client we expose...

#### Summary I got prompted to move some files to TypeScript: https://github.com/netlify/build/pull/5136 This PR adds TS support to our Ava tests, and moves the first two test files to TS....

stale
Adds or modifies js files

### Describe the bug After updating to `@netlify/[email protected]` imports began failing. ```ts import type { OnPreBuild } from '@netlify/build'; export const onPreBuild: OnPreBuild = async function ({ netlifyConfig }) {...

type: bug