mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
How much faster is npm ci vs npm i
This commit is contained in:
parent
00c4cc487a
commit
b48b6314e6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
lint:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- npm i
|
||||
- npm ci
|
||||
- npm run lint
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue