Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Oct 15, 2024
1 parent 79406c7 commit b934511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"download_notebooks": "python infra/scripts/download_notebooks.py",
"flow_helper": "bun run js/helpers/flow-helper.tsx",
"course_gen": "bash infra/scripts/course_gen.sh",
"ffmpeg_frames": "ffmpeg -i input_video.mp4 -vf \"fps=1\" output_frame_%04d.png"
"ffmpeg_frames": "ffmpeg -i input_video.mp4 -vf \"fps=1\" output_frame_%04d.png",
"tmp_build": "vite build && wrangler pages deploy dist/"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.4",
Expand Down

0 comments on commit b934511

Please sign in to comment.