diff --git a/package.json b/package.json index b07fb714b..51da032f9 100644 --- a/package.json +++ b/package.json @@ -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",