Skip to content

Commit

Permalink
add to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnell-usgs committed Jul 8, 2021
1 parent 164cf97 commit 2cfc9b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 3_visualize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ targets:
svg_height = svg_height)

src/assets/anomaly_peaks.svg:
command: send_to_vue(
target_name,
in_file = '3_visualize/out/anomaly_peaks.svg')
command: file.copy(
to = target_name,
out = '3_visualize/out/anomaly_peaks.svg',
overwrite = TRUE)

0 comments on commit 2cfc9b5

Please sign in to comment.