Skip to content

Commit 3bab77e

Browse files
committed
fix: include package-lock.json in repository for CI/CD
- Remove package-lock.json from .gitignore - package-lock.json is required for npm ci in GitHub Actions
1 parent 2907552 commit 3bab77e

2 files changed

Lines changed: 4430 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.vscode
33
node_modules
44
.beyond/
5-
compiled/
6-
package-lock.json
5+
compiled/

0 commit comments

Comments
 (0)