makes icon indicating copy to clipboard operation
makes copied to clipboard

Improve the logs

Open rohaquinlop opened this issue 2 years ago • 0 comments

Reduce the logs information when building with makes.

For example:

trying https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13376  100 13376    0     0   265k      0 --:--:-- --:--:-- --:--:--  266k
building '/nix/store/ppn1hwqrmj8h5svwwbd9s0qnnp6wv8w3-babel-loader.json.drv'...
building '/nix/store/qf9d6im4pfmyz2240m8fd19lxzc15zmz-babel-plugin-polyfill-corejs2-0.4.6.tgz.drv'...

...

resources' -> '/nix/store/c7827n1gpwzn414pkiqj6f4n1h1dszbx-cypress-13.2.0/opt/cypress/resources'
'resources/app' -> '/nix/store/c7827n1gpwzn414pkiqj6f4n1h1dszbx-cypress-13.2.0/opt/cypress/resources/app'
'resources/app/index.js' -> '/nix/store/c7827n1gpwzn414pkiqj6f4n1h1dszbx-cypress-13.2.0/opt/cypress/resources/app/index.js'
'resources/app/node_modules' -> '/nix/store/c7827n1gpwzn414pkiqj6f4n1h1dszbx-cypress-13.2.0/opt/cypress/resources/app/node_modules'
'resources/app/node_modules/.yarn-integrity' -> '/nix/store/c7827n1gpwzn414pkiqj6f4n1h1dszbx-cypress-13.2.0/opt/cypress/resources/app/node_modules/.yarn-integrity'

This is an example building universe/integrates/web/e2e/cypress

rohaquinlop avatar Dec 14 '23 17:12 rohaquinlop