We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a3450 commit 3f966f4Copy full SHA for 3f966f4
lisp/cli/upgrade.el
@@ -30,7 +30,6 @@ following shell commands:
30
31
cd ~/.emacs.d
32
git pull --rebase
33
- doom clean
34
doom sync -u"
35
(let* ((force? (doom-cli-context-suppress-prompts-p context))
36
(sync-cmd (append '("sync" "-u")
@@ -140,7 +139,6 @@ following shell commands:
140
139
(ignore (print! (error "Aborted")))
141
(print! (start "Upgrading Doom Emacs..."))
142
(print-group!
143
- (doom-compile-clean)
144
(doom-cli-context-put context 'straight-recipe (doom-upgrade--get-straight-recipe))
145
(or (and (zerop (car (sh! "git" "reset" "--hard" target-remote)))
146
(equal (cdr (sh! "git" "rev-parse" "HEAD")) new-rev))
0 commit comments