Skip to content

Commit a1cd757

Browse files
authored
chore: remove npm lockfile (#771)
Removes `npm`'s `package-lock.json` file in favor of `yarn.lock`. All the documentation tooling in CI/CD uses yarn exclusively, and so should all the maintainers. Mixing package managers can cause inconsistencies in dependency resolution and is better avoided.
1 parent 3e59ad7 commit a1cd757

2 files changed

Lines changed: 2 additions & 20212 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ website/apify-shared-docspec-dump.jsonl
4747
website/docspec-dump.jsonl
4848
website/module_shortcuts.json
4949
website/typedoc-types*
50+
# npm lockfile (we use yarn)
51+
website/package-lock.json
5052

5153
# Default directory for memory storage
5254
storage/

0 commit comments

Comments
 (0)