Skip to content

Commit ef3f815

Browse files
committed
quarto 'build' is now 'render'
1 parent 7a94b40 commit ef3f815

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.025
3+
Version: 0.2.2.026
44
Authors@R:
55
person(given = "First",
66
family = "Last",

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.025",
9+
"version": "0.2.2.026",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ recache: ## Start local quarto server with '--cache-refresh' to force cache refr
2121

2222
dev: serve ## alias for 'serve'
2323

24-
build: ## 'quarto build' command
24+
render: ## 'quarto render' command
2525
cd quarto; \
26-
quarto build
26+
quarto render
2727

2828
renv-update: ## Update 'renv' dependencies to latest versions
2929
Rscript -e "renv::update()";
@@ -40,7 +40,7 @@ help: ## Show this help
4040
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
4141

4242
# Phony targets:
43-
.PHONY: build
43+
.PHONY: render
4444
.PHONY: serve
4545
.PHONY: dev
4646
.PHONY: doc

0 commit comments

Comments
 (0)