Skip to content

Commit

Permalink
fix: add docs/node_modules target
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 22, 2021
1 parent 615a2df commit 52f1c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -21,6 +21,9 @@ $(foreach dep, $(GO_DEPENDENCIES), $(eval $(call make-go-dependency, $(dep))))
node_modules: package.json package-lock.json
npm i

docs/node_modules: docs/package.json docs/package-lock.json
cd docs; npm i

.bin/clidoc: go.mod
go build -o .bin/clidoc ./cmd/clidoc/.

Expand Down

0 comments on commit 52f1c7b

Please sign in to comment.