File tree Expand file tree Collapse file tree 4 files changed +22941
-7
lines changed Expand file tree Collapse file tree 4 files changed +22941
-7
lines changed Original file line number Diff line number Diff line change 40
40
- name : 📥 Download deps
41
41
uses : bahmutov/npm-install@v1
42
42
with :
43
- useLockFile : false
43
+ useLockFile : true
44
44
45
45
# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
46
46
- name : Verify format (`npm run format` committed?)
76
76
- name : 📥 Download deps
77
77
uses : bahmutov/npm-install@v1
78
78
with :
79
- useLockFile : false
79
+ useLockFile : true
80
80
81
81
- name : 🏗 Run build script
82
82
run : npm run build
Original file line number Diff line number Diff line change 3
3
dist
4
4
.DS_Store
5
5
6
- # these cause more harm than good
7
- # when working with contributors
8
- package-lock.json
9
- yarn.lock
6
+ # Reproducible builds are important.
7
+ # Check the git-blame before adding this line back
8
+ # package-lock.json
Original file line number Diff line number Diff line change 1
1
registry = https://registry.npmjs.org/
2
- package-lock = false
You can’t perform that action at this time.
0 commit comments