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
In such case, currently the original file needs to be removed manually.
To reduce manual efforts and load from drone and check servers, it would be great if the bot removed old files before adding new ones. The GitHub action does make clean for that (?): https://github.com/nextcloud/server/blob/c42385e/.github/workflows/node.yml#L27
I guess git rm apps/settings/js, followed by build and then git add apps/settings/js would work as well, as all included files are rebuilt?
The text was updated successfully, but these errors were encountered:
Compiled files in
apps/settings/js/
with a hash in their filename are added by npmbuildbot, but the original obsolete files are not removed. E.g.:In such case, currently the original file needs to be removed manually.
To reduce manual efforts and load from drone and check servers, it would be great if the bot removed old files before adding new ones. The GitHub action does
make clean
for that (?): https://github.com/nextcloud/server/blob/c42385e/.github/workflows/node.yml#L27I guess
git rm apps/settings/js
, followed by build and thengit add apps/settings/js
would work as well, as all included files are rebuilt?The text was updated successfully, but these errors were encountered: