Skip to content

Commit

Permalink
fix: incorrect rule in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Feb 14, 2022
1 parent 10778fd commit af61add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs/cli:
node_modules: package.json Makefile
npm ci

docs/node_modules: docs/package.json
docs/node_modules:
cd docs; npm ci

.bin/golangci-lint: Makefile
Expand Down

0 comments on commit af61add

Please sign in to comment.