Skip to content

Commit 81b6253

Browse files
committed
chore: add package-lock.json for CI compatibility
Update .gitignore to allow package-lock.json files as they are required for GitHub Actions CI to pass properly.
1 parent 35cf374 commit 81b6253

File tree

2 files changed

+37613
-4
lines changed

2 files changed

+37613
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ website/node_modules/
1111
# Generated docs
1212
docs/contributing.md
1313

14-
# We use YARN
15-
website/package-lock.json
16-
package-lock.json
17-
experimental/calm-explorer/package-lock.json
14+
# We use YARN (but also need package-lock.json for CI)
15+
# website/package-lock.json
1816
/.idea/
1917

2018
**/.vscode/

0 commit comments

Comments
 (0)