]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clean dashboard and weather_status js 28330/head
authorChristopher Ng <chrng8@gmail.com>
Thu, 5 Aug 2021 22:40:10 +0000 (22:40 +0000)
committerChristopher Ng <chrng8@gmail.com>
Thu, 5 Aug 2021 22:40:10 +0000 (22:40 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Makefile

index 2bde371452f0e7c45aaff927316f48e921298b7e..581de8eeba32ea3e574d45139d516b2fc7001c15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ lint-fix-watch:
 clean:
        rm -rf apps/accessibility/js/
        rm -rf apps/comments/js/
+       rm -rf apps/dashboard/js/
        rm -rf apps/dav/js/
        rm -rf apps/files/js/dist/
        rm -rf apps/files_sharing/js/dist/
@@ -41,12 +42,14 @@ clean:
        rm -rf apps/twofactor_backupcodes/js
        rm -rf apps/updatenotification/js/updatenotification.*
        rm -rf apps/user_status/js/
+       rm -rf apps/weather_status/js/
        rm -rf apps/workflowengine/js/
        rm -rf core/js/dist
 
 clean-git: clean
        git checkout -- apps/accessibility/js/
        git checkout -- apps/comments/js/
+       git checkout -- apps/dashboard/js/
        git checkout -- apps/dav/js/
        git checkout -- apps/files/js/dist/
        git checkout -- apps/files_sharing/js/dist/
@@ -58,5 +61,6 @@ clean-git: clean
        git checkout -- apps/twofactor_backupcodes/js
        git checkout -- apps/updatenotification/js/updatenotification.*
        git checkout -- apps/user_status/js/
+       git checkout -- apps/weather_status/js/
        git checkout -- apps/workflowengine/js/
        git checkout -- core/js/dist