Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] No change #646

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

No op

b5c73a8
Select commit
Loading
Failed to load commit list.
Draft

[TEST] No change #646

No op
b5c73a8
Select commit
Loading
Failed to load commit list.
VTEX Sites / Build succeeded Jan 9, 2025 in 1m 59s

Build

Build success! Check the logs bellow:

Details

[Thu Jan 9 13:48:07 UTC 2025] This is a development build.
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.43s.

yarn run v1.22.19
$ faststore build
warning - Version mismatch detected for typescript. 
          Core: 4.7.3, Customization: ^4.9.4. Please align both versions to prevent issues
$ na run partytown && na run generate
$ partytown copylib ./public/~partytown
Partytown lib copied to: /shared/project/.faststore/public/~partytown
$ na run generate:schema && na run generate:codegen && na run format:generated
$ tsx src/server/generator/generateGraphQLSchemaFile.ts
Schema GraphQL file generated successfully
$ graphql-codegen
[STARTED] Parse Configuration
[SUCCESS] Parse Configuration
[STARTED] Generate outputs
[STARTED] Generate to ./@generated/
[STARTED] Load GraphQL schemas
[SUCCESS] Load GraphQL schemas
[STARTED] Load GraphQL documents
[SUCCESS] Load GraphQL documents
[STARTED] Generate
[SUCCESS] Generate
[SUCCESS] Generate to ./@generated/
[SUCCESS] Generate outputs
Running lifecycle hook "afterStart" scripts...
[CLI] Loading Schemas
[CLI] Loading Documents
[CLI] Generating output
$ prettier --write "@generated/**/*.{ts,js,tsx,jsx,json}" --loglevel error
$ next build
Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db
  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
   Linting and checking validity of types ...
   Creating an optimized production build ...
   Disabled SWC as replacement for Babel because of custom Babel configuration ".babelrc.js" https://nextjs.org/docs/messages/swc-disabled
   Using external babel configuration from /shared/project/.faststore/.babelrc.js
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
 ✓ Compiled successfully
   Collecting page data ...
   Generating static pages (0/7) ...
Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.

   Generating static pages (1/7) 

   Generating static pages (3/7) 

   Generating static pages (5/7) 

 ✓ Generating static pages (7/7) 
   Finalizing page optimization ...
   Collecting build traces ...

Route (pages)                              Size     First Load JS
┌ ● /                                      3.2 kB          122 kB
├   └ css/b1806cbafd0c1f81.css             3.06 kB
├   /_app                                  0 B            91.9 kB
├ ● /[...slug]                             2.01 kB         132 kB
├ ● /[slug]/p                              30.2 kB         149 kB
├   ├ css/bf1560439df2c1a1.css             5.66 kB
├   ├ css/e3ff5d95518a5c79.css             6.01 kB
├   └ css/9718991cd57978e9.css             14.8 kB
├ ○ /404                                   1.46 kB         120 kB
├ ● /500                                   1.46 kB         120 kB
├ ● /account                               709 B           119 kB
├ λ /api/graphql                           0 B            91.9 kB
├ λ /api/health/live                       0 B            91.9 kB
├ λ /api/health/ready                      0 B            91.9 kB
├ λ /api/preview                           0 B            91.9 kB
├ ● /checkout                              694 B           119 kB
├ ● /login                                 1.57 kB         120 kB
└ ● /s                                     2.63 kB         132 kB
+ First Load JS shared by all              95 kB
  ├ chunks/framework-6c3f357283f05ba1.js   45.4 kB
  ├ chunks/main-a28e2d282a813749.js        33 kB
  ├ chunks/pages/_app-ce31371663664016.js  10 kB
  ├ chunks/webpack-80f60f0add00798a.js     3.49 kB
  └ css/b074e3b140b1a561.css               3.08 kB

λ  (Server)  server-side renders at runtime (uses getInitialProps or getServerSideProps)
○  (Static)  automatically rendered as static HTML (uses no initial props)
●  (SSG)     automatically generated as static HTML + JSON (uses getStaticProps)

success - /shared/project/.faststore/.next copied to /shared/project/.next
success - /shared/project/.faststore/lighthouserc.js copied to /shared/project/lighthouserc.js
success - /shared/project/.faststore/public copied to /shared/project/public
Done in 63.73s.

[Thu Jan 9 13:49:13 UTC 2025] NGINX image Dockerfile was created!
[Thu Jan 9 13:49:13 UTC 2025] Node image Dockerfile was created!
[Thu Jan 9 13:49:17 UTC 2025] Validating NGINX configuration file syntax.
[Thu Jan 9 13:49:17 UTC 2025] NGINX config file ok.
[Thu Jan 9 13:49:17 UTC 2025] Building NGINX image.
[Thu Jan 9 13:49:20 UTC 2025] NGINX image was generated.
[Thu Jan 9 13:49:20 UTC 2025] Building Node image.
[Thu Jan 9 13:49:28 UTC 2025] Node image was generated.
[Thu Jan 9 13:49:29 UTC 2025] NGINX image was tagged as preview.
[Thu Jan 9 13:49:31 UTC 2025] Node image was tagged as preview.
[Thu Jan 9 13:49:31 UTC 2025] Deploying development preview
[Thu Jan 9 13:49:31 UTC 2025] This is a development build. Skiping production deploy.
[Thu Jan 9 13:49:39 UTC 2025] Development preview deployed
[Thu Jan 9 13:49:39 UTC 2025] Deploy completed.