aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 19:15:50 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 19:15:50 +0000
commitbf9cd6ee30b3044b61e99e24e82fad56d3965417 (patch)
treeaae7f2b67c0dada75fc6860c3f2e4e4464e53165 /crates
parente3b6b5d27ec5976ba0d2390829a29185bcd71eba (diff)
parent0dc60e10acfb1e82dfeb9ab98dc6eabf70a74530 (diff)
parent7bd38fb927013e47015abb2e0fd5c2df7261019c (diff)
Merge #617 #618
617: Use npm ci instead of install r=matklad a=h-michael fix #422 `npm install` is always recreate `package-lock.json`. So we might use `npm ci` with `install-code` https://docs.npmjs.com/cli/ci.html#description 618: Add install-lsp subcommand r=matklad a=h-michael related https://github.com/rust-analyzer/rust-analyzer/pull/617#issuecomment-456914650 Co-authored-by: Hirokazu Hata <[email protected]>