Skip to content

Commit

Permalink
chore(makefile): Add rule to install docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Oct 6, 2024
1 parent 7c26915 commit 3f03fe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ docs-serve: ## Serves the built website locally
docs-publish: ## Publishes the website to GitHub pages
npm deploy

install-deps: ## Install dependencies
sudo apt-get update
sudo apt-get install -y nodejs npm
npm install

help: ## Show this help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit 3f03fe8

Please sign in to comment.