Skip to content

Commit

Permalink
Install dependencies via a (global) yarn not npm to avoid warnings ab…
Browse files Browse the repository at this point in the history
…out competing package managers.
  • Loading branch information
skuenzli committed Jun 17, 2024
1 parent ebce9f3 commit b27c9bc
Show file tree
Hide file tree
Showing 2 changed files with 704 additions and 726 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deps:
init:
@echo "installing package dependencies - k9-cdk v2"
@set -e
@npm install
@yarn install

build:
@echo "building k9 policy library - k9-cdk v2"
Expand Down
Loading

0 comments on commit b27c9bc

Please sign in to comment.