diff --git a/package.json b/package.json index 57b01f3..19db164 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "pm2:dev": "pm2 start --name turboci-web 'bunx next dev' && pm2 start --name turboci-cron 'bun --watch src/cron/index.ts'", "pm2:start": "pm2 start --name turboci-web 'bunx next start' && pm2 start --name turboci-cron 'bun src/cron/index.ts'", "pm2:kill": "pm2 kill", - "twui:update": "git submodule update --remote twui", + "twui:update": "git submodule update --init twui", "build": "next build" }, "dependencies": {