Skip to content

Commit

Permalink
build: change order of dev/ scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WetRobot committed Apr 4, 2024
1 parent ff313dd commit abeaf4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ Sys.sleep(5)
s2 <- system2("git", "status", stdout = TRUE)
if (!identical(s1, s2)) {
system2("git", c("add", "-A"))
system2("git", c("commit", "-m", "\"feat: run dev/03_generate_functions.R\""))
system2("git", c("commit", "-m", "\"feat: run dev/02_generate_functions.R\""))
}
File renamed without changes.
File renamed without changes.

0 comments on commit abeaf4c

Please sign in to comment.