Skip to content

Commit

Permalink
build: Fixed makefile inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike committed Dec 27, 2021
1 parent 229636a commit 53ca127
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ lint:
coverage:
Rscript -e 'covr::package_coverage()'

readme:
Rscript -e 'devtools::build_readme()'

docs: build readme
docs:
Rscript -e 'devtools::document()'
Rscript -e 'devtools::build_readme()'
Rscript -e 'pkgdown::build_site()'

release:
Expand Down

0 comments on commit 53ca127

Please sign in to comment.