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
Read audit/outdated output from files in the run mode
This action has two separate ways of reading the importmap output: from
a file, mostly for testing, and from running `importmap` directly.
This commit simplifies that by adding a first step that saves the
importmap outputs in textfiles, so it can be read in the following step.
That removes the need for having two separate ways, so the code is now
combined.
0 commit comments