Skip to content

Commit 3f6724c

Browse files
caidanwclaude
andcommitted
build: track package-lock.json for reproducible builds
Enable npm ci in CI/CD workflows by committing package-lock.json. This ensures consistent dependency versions across environments and faster, more reliable builds. Co-Authored-By: Claude <[email protected]>
1 parent 6dedf13 commit 3f6724c

File tree

2 files changed

+2100
-2
lines changed

2 files changed

+2100
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ yarn.lock
1212
node_modules
1313
dist
1414
analytics.txt
15-
package-lock.json
1615

1716
/**/*/.DS_STORE
1817
/**/*/node_modules
1918
/**/*/.next
20-
/**/*/.data
19+
/**/*/.data

0 commit comments

Comments
 (0)