Skip to content

Commit 441e208

Browse files
committed
💚 ci: remove package-lock.json from .gitignore and commit lockfile
- Removes package-lock.json from .gitignore to fix GitHub Action cache dependency path - Commits package-lock.json to ensure consistent dependency versions - Resolves 'Some specified paths were not resolved, unable to cache dependencies' error
1 parent 12645cf commit 441e208

File tree

2 files changed

+3640
-1
lines changed

2 files changed

+3640
-1
lines changed

.github/workflows/lib/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Dependencies
22
node_modules/
3-
package-lock.json
43

54
# Coverage reports
65
coverage/

0 commit comments

Comments
 (0)