refactor: remove unused skills svg

This commit is contained in:
Kim, Jimin 2023-07-31 09:31:51 +09:00
parent a7f6794ac8
commit 61efbff9cc
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
12 changed files with 21 additions and 612 deletions

View file

@ -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