Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-05fix(npm) pass npm context everywhereGar
Instead of files randomly requiring the npm singleton, we pass it where it needs to go so that tests don't need to do so much require mocking everywhere PR-URL: https://github.com/npm/cli/pull/2772 Credit: @wraithgar Close: #2772 Reviewed-by: @ruyadorno
2021-02-01wrap a timer around the rimraf call in npm-ciisaacs/ci-rm-timerisaacs
Fix: https://github.com/npm/arborist/issues/207 PR-URL: https://github.com/npm/cli/pull/2573 Credit: @isaacs Close: #2573 Reviewed-by: @nlf
2021-01-07lint fixisaacs
2021-01-07fix(ci): pay attention to --ignore-scriptsMichael Garvin
Added a test for install too for this specific condition PR-URL: https://github.com/npm/cli/pull/2455 Credit: @wraithgar Close: #2455 Reviewed-by: @isaacs
2020-12-11ci: run install scripts for root projectisaacs/ci-scriptsisaacs
`npm ci` should run all the same preinstall/install/postinstall/prepare scripts for the root project just like `npm install`. Fixes: #1905 PR-URL: https://github.com/npm/cli/pull/2316 Credit: @isaacs Close: #2316 Reviewed-by: @ruyadorno
2020-11-17lint tests before publishingisaacs
We have a lot of tests that were not handling errors in callbacks, not defining variables, defining variables that weren't used, and just generally not formatted like the rest of npm. Hazard of moving fast. Thankfully, machines can help.
2020-11-17test: catch errors and fix coverage slippageisaacs
2020-11-13fix: pass flatOptions through to Arborist.reify in npm ciDarcy Clarke
Fixes: #2017 Credit: @darcyclarke Close: #2159 Reviewed-by: @ruyadorno
2020-10-30delete the contents of node_modules onlynlf
PR-URL: https://github.com/npm/cli/pull/2083 Credit: @nlf Close: #2083 Reviewed-by: @darcyclarke
2020-09-17npm ci should never save package.json or lockfileisaacs
Via: https://github.com/targos/npm7-cra#issue-1-npm-ci-changes-packagejson
2020-07-15test: refactor ci testsclaudiahdz
PR-URL: https://github.com/npm/cli/pull/1523 Credit: @claudiahdz Close: #1523 Reviewed-by: @ruyadorno