Skip to content

Commit df097ed

Browse files
fix: move update:youtube script outside start:* group in package.json
Agent-Logs-Url: https://github.com/GalvinPython/feedr/sessions/22378fe2-db26-4250-9439-e39e48067bbc Co-authored-by: GalvinPython <77013913+GalvinPython@users.noreply.github.com>
1 parent a28ad79 commit df097ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"web:build": "cd web && bun build",
4040
"start:api": "echo 'Cannot start API without cargo. Reserved for future use' && exit 1",
4141
"start:bot": "bun run src/bot.ts",
42-
"update:youtube": "bun src/updateYouTube.ts",
43-
"start:web": "cd web && bun start"
42+
"start:web": "cd web && bun start",
43+
"update:youtube": "bun src/updateYouTube.ts"
4444
},
4545
"dependencies": {
4646
"cron": "^4.3.0",

0 commit comments

Comments
 (0)