Difference between revisions of "Yarn build"
Jump to navigation
Jump to search
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
* https://yarn.build/ | * https://yarn.build/ | ||
+ | |||
+ | [[yarn]] build | ||
+ | [[yarn build --profile]] | ||
yarn build:prod | yarn build:prod | ||
+ | [[yarn build:ses]] | ||
[[yarn build:react]] | [[yarn build:react]] | ||
[[yarn plugin]] import https://yarn.build/latest | [[yarn plugin]] import https://yarn.build/latest | ||
+ | |||
+ | [[yarn build (example)]] | ||
+ | |||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Error: Process completed with exit code 1.]]</code> | ||
+ | |||
+ | - info Creating an optimized production build ...Killed | ||
+ | [[error Command failed with exit code 137.]] | ||
+ | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | ||
== Related terms == | == Related terms == | ||
* [[Build]]: <code>[[docker build]]</code> | * [[Build]]: <code>[[docker build]]</code> | ||
* <code>[[yarn install]]</code> | * <code>[[yarn install]]</code> | ||
+ | * <code>[[package.json]]</code> | ||
+ | * <code>[[aws s3 sync]] ./build s3://your-bucket-name</code> | ||
+ | * [[Next.js]]: <code>[[next build]]</code> | ||
+ | * <code>[[run: yarn build]]</code> | ||
* <code>[[package.json]]</code> | * <code>[[package.json]]</code> | ||
Latest revision as of 14:39, 19 July 2023
yarn build yarn build --profile
yarn build:prod
yarn build:ses yarn build:react
yarn plugin import https://yarn.build/latest
yarn build (example)
Errors[edit]
- info Creating an optimized production build ...Killed error Command failed with exit code 137. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Related terms[edit]
- Build:
docker build
yarn install
package.json
aws s3 sync ./build s3://your-bucket-name
- Next.js:
next build
run: yarn build
package.json
See also[edit]
Advertising: