Skip to content

Commit 5e46502

Browse files
committed
fix(build): _README.md path updated
1 parent ea36e26 commit 5e46502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_readmecleancp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs'
22
import path from 'path'
33

44
try {
5-
const readme = fs.readFileSync(path.resolve(process.cwd()+'/src','README.md'))
5+
const readme = fs.readFileSync(path.resolve(process.cwd()+'/src','_README.md'))
66
const cleaned = readme.toString().replaceAll(/ \{#.*\}/g,'')
77
console.log('Overwriting /README.md with clean copy')
88
fs.writeFileSync(path.resolve(process.cwd(),'README.md'),cleaned)

0 commit comments

Comments
 (0)