Skip to content

Commit

Permalink
chore: remove log from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jul 14, 2023
1 parent 1365774 commit 139eb26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const slidesDir = path.join(repoRoot, 'slides')
export const distDir = path.join(repoRoot, 'dist')

const slides = globbySync('*.md', { cwd: slidesDir })
console.log('slides :>> ', slides);

const indexMdContent: string[] = ['# Slidev Theme Dracula']

Expand Down

0 comments on commit 139eb26

Please sign in to comment.