Skip to content

Commit fcd75ff

Browse files
committed
fix: add package-lock.json for CI dependency caching
The CI was failing because package-lock.json was in .gitignore. GitHub Actions needs this file for npm dependency caching to work.
1 parent d7669c7 commit fcd75ff

File tree

2 files changed

+1899
-1
lines changed

2 files changed

+1899
-1
lines changed

.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
# Build output
65
lib/

0 commit comments

Comments
 (0)