You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The deploy script:
27
27
3. Restarts the cc-web WebSocket server on the configured port
28
28
29
29
**Important**: Always run `npm run build` before deploying if you changed frontend code, so the dist/ is up to date.
30
-
**Important**: After completing any code change, always build, commit with a descriptive message, `git push`, then run `./.codekin/scripts/deploy.sh`. Do not wait for the user to ask. Deploy must be last because it restarts the server and terminates the current process.
30
+
**Important**: After completing any code change, always build, commit with a descriptive message, and `git push`. Do not wait for the user to ask. Do **not** auto-deploy — only deploy when the user explicitly requests it.
0 commit comments