Build exceeded maximum allowed runtime - DONE Build complete. The dist directory is ready to be deployed

Hello!

I am having a problem when deploying my project. I have changed the scripts from the package.json file as the following, i am not sure this is related.
“scripts”: {
“serve”: “set NODE_OPTIONS=–openssl-legacy-provider && vue-cli-service serve”,
“build”: “set NODE_OPTIONS=–openssl-legacy-provider && vue-cli-service build”
},

Here is the deploy details link:

Deploy details | Deploys | whimsical-pie-014909 | Netlify

What can I check? I am not able to spot any errors in logs, sorry. The Initializing step is finished successfully and I am seeing the error at the Building step. I appreciate your help, thank you!

11:12:48 AM: Build exceeded maximum allowed runtime
10:36:57 AM: Netlify Build                                                 
10:36:57 AM: ────────────────────────────────────────────────────────────────
10:36:57 AM: ​
10:36:57 AM: ❯ Version
10:36:57 AM:   @netlify/build 29.20.11
10:36:57 AM: ​
10:36:57 AM: ❯ Flags
10:36:57 AM:   baseRelDir: true
10:36:57 AM:   buildId: 64f1948126c2223897bb7fc2
10:36:57 AM:   deployId: 64f1948126c2223897bb7fc4
10:36:57 AM: ​
10:36:57 AM: ❯ Current directory
10:36:57 AM:   /opt/build/repo
10:36:57 AM: ​
10:36:57 AM: ❯ Config file
10:36:57 AM:   No config file was defined: using default values.
10:36:57 AM: ​
10:36:57 AM: ❯ Context
10:36:57 AM:   production
10:36:57 AM: ​
10:36:57 AM: Build command from Netlify app                                
10:36:57 AM: ────────────────────────────────────────────────────────────────
10:36:57 AM: ​
10:36:57 AM: $ npm run build
10:36:57 AM: > iview@4.7.1 build
10:36:57 AM: > export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build
10:36:57 AM: Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade caniuse-lite browserslist`
10:36:58 AM: Starting type checking service...
10:36:58 AM: Using 1 worker with 2048MB memory limit
10:37:12 AM:  WARNING  Compiled with 2 warnings7:37:12 AM
10:37:12 AM:  warning 
10:37:12 AM: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
10:37:12 AM: This can impact web performance.
10:37:12 AM: Assets:
10:37:12 AM:   img/ionicons.a2c4a261.svg (542 KiB)
10:37:12 AM:   css/app.0d737735.css (284 KiB)
10:37:12 AM:   js/chunk-vendors.bdcc0c9c.js (724 KiB)
10:37:12 AM:  warning 
10:37:12 AM: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
10:37:12 AM: Entrypoints:
10:37:12 AM:   app (1.07 MiB)
10:37:12 AM:       css/chunk-vendors.9bd16773.css
10:37:12 AM:       js/chunk-vendors.bdcc0c9c.js
10:37:12 AM:       css/app.0d737735.css
10:37:12 AM:       js/app.dc2a875e.js
10:37:12 AM:   File                                      Size             Gzipped
10:37:12 AM:   dist/dist/signalr.min.js                  67.85 kb         15.53 kb
10:37:12 AM:   dist/js/chunk-vendors.bdcc0c9c.js         723.97 kb        181.88 kb
10:37:12 AM:   dist/js/app.dc2a875e.js                   64.36 kb         13.60 kb
10:37:12 AM:   dist/dist/abp.js                          26.64 kb         5.31 kb
10:37:12 AM:   dist/js/chunk-7f71af66.77a3adb2.js        15.47 kb         3.28 kb
10:37:12 AM:   dist/js/chunk-2f837916.7af3c99a.js        12.63 kb         2.87 kb
10:37:12 AM:   dist/js/chunk-5b2136c6.0761bdf8.js        12.62 kb         2.82 kb
10:37:12 AM:   dist/js/chunk-0954bf55.7fb16e44.js        10.97 kb         2.65 kb
10:37:12 AM:   dist/js/chunk-9f705bf2.90323e41.js        9.57 kb          2.78 kb
10:37:12 AM:   dist/js/chunk-28260f1c.724ae6ad.js        5.20 kb          2.05 kb
10:37:12 AM:   dist/dist/abp.signalr-client.js           4.83 kb          1.27 kb
10:37:12 AM:   dist/precache-manifest.de7b1a3b4bac296    1.78 kb          0.60 kb
10:37:12 AM:   fdc6ee8ebc0bf0a07.js
10:37:12 AM:   dist/service-worker.js                    0.94 kb          0.53 kb
10:37:12 AM:   dist/js/chunk-2d0d7bec.19f1a7ea.js        0.44 kb          0.33 kb
10:37:12 AM:   dist/css/app.0d737735.css                 284.48 kb        39.10 kb
10:37:12 AM:   dist/css/chunk-vendors.9bd16773.css       18.58 kb         1.71 kb
10:37:12 AM:   dist/css/chunk-28260f1c.cd4000e8.css      4.14 kb          0.89 kb
10:37:12 AM:   dist/css/chunk-9f705bf2.27718fef.css      1.27 kb          0.57 kb
10:37:12 AM:   Images and other types of assets omitted.
10:37:12 AM:  DONE  Build complete. The dist directory is ready to be deployed.
10:37:12 AM:  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html

I’m not sure what’s happening with your builds, but any specific reason why you don’t wish to use Vite? That could possibly solve your issue.