remove broken code

This commit is contained in:
Bastian Ike
2021-01-11 15:07:07 +01:00
parent 9998889b49
commit 1541eaf525
3 changed files with 1 additions and 23 deletions

View File

@@ -29,17 +29,6 @@ ReactDOM.render(
);
`, 'index.tsx')
copyFileSync('build/index.html', 'build/overview.html')
copyFileSync('build/index.html', 'build/help-and-about-tech-radar.html')
quadrants.forEach(quadrant => {
copyFileSync('build/index.html', 'build/' + quadrant + '.html')
mkdirSync('build/' + quadrant)
})
radar.items.forEach(item => {
copyFileSync('build/index.html', 'build/' + item.quadrant + '/' + item.name + '.html')
})
console.log('Built radar');
} catch (e) {
console.error('error:', e);