diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 52b3c410d9b..4b988a9681a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -79,7 +79,7 @@ In case you are suggesting a new feature, we will match your idea with our curre ## Running Tests -### Using npm +### Using yarn - Run all the tests with: @@ -128,7 +128,7 @@ The [.editorconfig](https://github.com/webpack/webpack-cli/blob/master/.editorco This is a multi-package repository and dependencies are managed using [lerna](https://lerna.js.org/) -> If you are adding or updating any dependency, please commit the updated `package-lock.json` file. +> If you are adding or updating any dependency, please commit the updated `yarn.lock` file. ## Branching Model diff --git a/.gitignore b/.gitignore index a1f6ecbe7f6..4ca9a6c9c10 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ lerna-debug.log # Yeoman file .yo-rc.json +# package-lock file +package-lock.json + # source maps of docs docs/**/*.map junit.xml