Permalink
Please
sign in to comment.
Browse files
build: ensure consistent lock files across multiple machines (#17955)
* build: ensure consistent package-lock across multiple machines * build: fix linting errors and use npm ci instead of npm install * build: use a yarn.lock and yarn instead of package-lock and npm * chore: replace package-lock.json files with yarn.lock * chore: replace last instance of `npm install`
- Loading branch information...
Showing
with
9,970 additions
and 15,506 deletions.
- +2 −1 .eslintrc.json
- +1 −1 .gitignore
- +1 −1 BUILD.gn
- +4 −1 DEPS
- +2 −2 atom/common/node_bindings.cc
- +1 −1 build/npm.gni
- +1 −1 build/tsc.gni
- +0 −13,817 package-lock.json
- +3 −0 package.json
- +1 −1 script/bump-version.js
- +1 −1 script/generate-deps-hash.js
- +18 −0 script/lib/npx.py
- +3 −1 script/lint.js
- +5 −2 script/spec-runner.js
- +0 −1,675 spec/package-lock.json
- +1 −1 spec/package.json
- +1,345 −0 spec/yarn.lock
- +8,581 −0 yarn.lock
Oops, something went wrong.
0 comments on commit
98c51dd