File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"build" : " tsup" ,
26
26
"format" : " prettier \" **/*\" --ignore-unknown" ,
27
- "initialize" : " tsx ./src/ bin/index.js --mode initialize" ,
27
+ "initialize" : " tsx ./bin/index.js --mode initialize" ,
28
28
"lint" : " eslint . .*js --max-warnings 0" ,
29
29
"lint:knip" : " knip" ,
30
30
"lint:md" : " markdownlint \" **/*.md\" \" .github/**/*.md\" --rules sentences-per-line" ,
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ exports[`expected file changes > package.json 1`] = `
224
224
"scripts": {
225
225
" build" : " tsup" ,
226
226
" format" : " prettier \\ " ** /* \\" --ignore-unknown",
227
- - "initialize": "tsx ./src/ bin/index.js --mode initialize",
227
+ - "initialize": "tsx ./bin/index.js --mode initialize",
228
228
"lint": "eslint . .*js --max-warnings 0",
229
229
"lint:knip": "knip",
230
230
"lint:md": "markdownlint \\"**/ * .md \\" \\ " .github /**/ * .md \\" --rules sentences-per-line" ,
You can’t perform that action at this time.
0 commit comments