Skip to content

Commit afb3675

Browse files
committed
chore: use npm for init-docs and bump vulnerable dependencies
Signed-off-by: Donnie Adams <[email protected]>
1 parent 1de331e commit afb3675

File tree

2 files changed

+610
-627
lines changed

2 files changed

+610
-627
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serve-docs:
4949

5050
# This will initialize the node_modules needed to run the docs dev server. Run this before running serve-docs
5151
init-docs:
52-
docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster yarn install
52+
docker run --rm --workdir=/docs -v $${PWD}/docs:/docs node:18-buster npm install
5353

5454
# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
5555
validate-docs: gen-docs

0 commit comments

Comments
 (0)