Difference between revisions of "Yarn build"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user 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 | ||
Line 24: | Line 27: | ||
* <code>[[package.json]]</code> | * <code>[[package.json]]</code> | ||
* <code>[[aws s3 sync]] ./build s3://your-bucket-name</code> | * <code>[[aws s3 sync]] ./build s3://your-bucket-name</code> | ||
− | * [[Next.js]] | + | * [[Next.js]]: <code>[[next build]]</code> |
+ | * <code>[[run: yarn build]]</code> | ||
+ | * <code>[[package.json]]</code> | ||
== See also == | == See also == |
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: