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

🎉 Thanks for submitting a pull request! 🎉 #### Summary Adds a **build** command for packages in the monorepo and uses lerna to build them. The build command copies **src/**...

type: chore

This PR adds a failing reproduction test for a case where edge function build failures are hard to read.

type: chore
type: feature

To make it easier for developers to get started on the repository the coding style of heavily destructing everything makes it super difficult. IMHO a lint rule should help to...

Currently all tests and formatting checks are executed from the repository root. To make a partial migration of typescript possible we need to split down tests per package. This is...

As first step copy the src to a lib folder in a dedicated `build` npm script. And create all the CI/CD stuff for publishing the package with the correct content....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uuid](https://togithub.com/uuidjs/uuid) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: bug

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: - [ ]...

type: chore

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: - [ ]...

type: chore

Migrate the `packages/config` part of the mono repository to typescript as discussed in our internal channels as a low hanging fruit to test how much effort it would be to...

Blocked
type: chore

currently it is impossible to do a partial migration to typescript from small packages as every tests introduces circular dependencies through `packages/build/tests/helpers/config.js` https://github.com/netlify/build/blob/main/packages/build/tests/helpers/config.js#L8 This needs to be done first before...