File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ async function copyStorageAdapters() {
50
50
51
51
async function copyTestSuite ( ) {
52
52
const packagesPath = getRelativePackagePath ( ) ;
53
- const originalFileText = await fs . readFile ( `${ packagesPath } /test-suite/readme .md` , "utf8" ) ;
53
+ const originalFileText = await fs . readFile ( `${ packagesPath } /test-suite/README .md` , "utf8" ) ;
54
54
let newFileText = "---\n" ;
55
55
newFileText += `title: 'Test Suite'\n` ;
56
56
newFileText += `permalink: /docs/test-suite/\n` ;
@@ -101,7 +101,7 @@ function getRelativeDocsPath() {
101
101
}
102
102
103
103
async function createDoc ( adapterName : string , path : string , outputPath : string , parent :string ) {
104
- const originalFileName = "readme .md" ;
104
+ const originalFileName = "README .md" ;
105
105
const newFileName = `${ adapterName } .md` ;
106
106
const packageJSONPath = `${ path } /${ adapterName } /package.json` ;
107
107
const packageJSON = await fs . readJSON ( packageJSONPath ) ;
You can’t perform that action at this time.
0 commit comments