Skip to content

Commit e7bd9cb

Browse files
committed
run script on early access
1 parent 4718480 commit e7bd9cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script/content-migrations/use-short-versions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const dryRun = ['-d', '--dry-run'].includes(process.argv[2])
1313
const walkFiles = (pathToWalk, ext) => {
1414
return walk(path.posix.join(process.cwd(), pathToWalk), { includeBasePath: true, directories: false })
1515
.filter(file => file.endsWith(ext) && !file.endsWith('README.md'))
16-
.filter(file => !file.includes('/early-access/')) // ignore EA for now
1716
}
1817

1918
const markdownFiles = walkFiles('content', '.md').concat(walkFiles('data', '.md'))

0 commit comments

Comments
 (0)