File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 27
27
" npmpackagejsonlintrc" ,
28
28
" outro" ,
29
29
" packagejson" ,
30
- " precommit" ,
31
30
" tada" ,
32
31
" tseslint" ,
33
32
" tsup" ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Here we'll outline the steps required to migrate a CTA app to a GitHub Action:
88
88
+dist
89
89
` ` `
90
90
91
- - Rather than having to remember to compile each time, we'll update our precommit hook in `.husky/precommit ` to build for us on each commit :
91
+ - Rather than having to remember to compile each time, we'll update our pre-commit hook in `.husky/pre-commit ` to build for us on each commit :
92
92
93
93
` ` ` diff
94
94
+pnpm run build
Original file line number Diff line number Diff line change @@ -93,10 +93,9 @@ exports[`expected file changes > cspell.json 1`] = `
93
93
" markdownlintignore" ,
94
94
" mtfoley" ,
95
95
" npmignore" ,
96
- " npmpackagejsonlintrc" ,
96
+ - " npmpackagejsonlintrc" ,
97
97
" outro" ,
98
- " packagejson" ,
99
- - " precommit" ,
98
+ - " packagejson" ,
100
99
" tada" ,
101
100
" tseslint" ,
102
101
" tsup" ,
You can’t perform that action at this time.
0 commit comments