Skip to content

Commit

Permalink
test: Fix build image
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Nov 17, 2022
1 parent 0144a0e commit a5b4046
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/cli/tests/images/build.js
Expand Up @@ -14,23 +14,23 @@ exports.default = Object.assign({}, common, {
'ssr-build/ssr-bundle.89e23.css': 1281,
'ssr-build/ssr-bundle.89e23.css.map': 2070,
'ssr-build/ssr-bundle.js': 11937,
'ssr-build/ssr-bundle.js.map': 32557,
'ssr-build/ssr-bundle.js.map': 42893,
'ssr-build/asset-manifest.json': 178,
'bundle.259c5.css': 901,
'bundle.fbf55.js': 21429,
'bundle.fbf55.js.map': 111801,
'bundle.4eb6c.js': 21429,
'bundle.4eb6c.js.map': 111801,
'favicon.ico': 15086,
'index.html': 2034,
'manifest.json': 455,
'preact_prerender_data.json': 11,
'push-manifest.json': 450,
'asset-manifest.json': 1074,
'route-home.chunk.df08e.css': 58,
'route-home.chunk.85051.js': 327,
'route-home.chunk.85051.js.map': 483,
'route-home.chunk.f5172.js': 327,
'route-home.chunk.f5172.js.map': 483,
'route-profile.chunk.7bcae.css': 61,
'route-profile.chunk.6d480.js': 3514,
'route-profile.chunk.6d480.js.map': 15454,
'route-profile.chunk.03a58.js': 3514,
'route-profile.chunk.03a58.js.map': 15454,
});
exports['default-esm'] = Object.assign({}, exports.default, {
'bundle.*.esm.js': 21135,
Expand Down

0 comments on commit a5b4046

Please sign in to comment.