Skip to content

Commit

Permalink
Merge pull request #80 from lightning-js/fix/duplicated-ora-package
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest authored Mar 5, 2024
2 parents 88511e8 + 497700e commit e82dd96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
26 changes: 1 addition & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"husky": "^7.0.4",
"jsdom": "24.0.0",
"lint-staged": "^12.3.3",
"ora": "^7.0.1",
"prettier": "^2.5.1",
"tap-diff": "^0.1.1",
"tape": "^5.5.0"
Expand Down
2 changes: 1 addition & 1 deletion vite/msdfGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function () {
const mimeType = ext === 'png' ? 'image/png' : 'application/json'

if (!fs.existsSync(generatedFontFile)) {
console.log(`Generating ${targetDir}/${fontName}.msdf.${ext}`)
console.log(`\nGenerating ${targetDir}/${fontName}.msdf.${ext}`)
await generateFont(fontFile, targetDir, fontName)
}

Expand Down

0 comments on commit e82dd96

Please sign in to comment.