refactor: remove unused skills svg
This commit is contained in:
parent
a7f6794ac8
commit
61efbff9cc
12 changed files with 21 additions and 612 deletions
|
@ -14,12 +14,7 @@ import {
|
|||
portfolioFilePath,
|
||||
resumeFilePath,
|
||||
} from "./config"
|
||||
import {
|
||||
fillTags,
|
||||
generatePortfolioSVGs,
|
||||
parseSeries,
|
||||
sortDates,
|
||||
} from "./postProcess"
|
||||
import { fillTags, parseSeries, sortDates } from "./postProcess"
|
||||
import { recursiveParse } from "./recursiveParse"
|
||||
import { saveIndex } from "./searchIndex"
|
||||
import { ContentMap, ParseMode, PortfolioData, SeriesMap } from "./types/types"
|
||||
|
@ -74,7 +69,6 @@ async function main() {
|
|||
sortDates()
|
||||
fillTags()
|
||||
parseSeries()
|
||||
generatePortfolioSVGs()
|
||||
|
||||
/**
|
||||
* Save results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue