Skip to content

Commit 3b59330

Browse files
test the removal of the package lock file to fix the build issues
1 parent a6fae4b commit 3b59330

File tree

2 files changed

+4
-40174
lines changed

2 files changed

+4
-40174
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,7 @@ dist
113113
.DS_Store
114114
*/.DS_Store
115115
*/*/.DS_Store
116+
117+
# Temporariliy ignore the package-lock file
118+
# bc it is causing build issues in circle ci
119+
package-lock.json

0 commit comments

Comments
 (0)