Skip to content

Commit

Permalink
fix: remove merged JS files that were rewritten in TS (#5483)
Browse files Browse the repository at this point in the history
Fix broken build from merging #5453 and #5463 to main in rapid sequence.

- #5453 converted some .es6 files to .ts
- #5463 renamed ALL .es6 files to .js
- Since #5453 was merged first, #5463's merge commit introduced duplicate .js files for the .es6 files that were already converted to .ts
- CI would catch this if it had been run again on #5463 again before merging that.

xref: https://chat.kobotoolbox.org/#narrow/stream/4-Kobo-Dev/topic/npm.20build.20failing.20on.20main.2002.2F03.2F25
  • Loading branch information
p2edwards authored Feb 3, 2025
1 parent 27235d5 commit c33f9a8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,154 deletions.
29 changes: 0 additions & 29 deletions jsapp/js/components/RESTServices.js

This file was deleted.

364 changes: 0 additions & 364 deletions jsapp/js/components/RESTServices/RESTServiceLogs.js

This file was deleted.

Loading

0 comments on commit c33f9a8

Please sign in to comment.