Skip to content

Commit

Permalink
yarn included in node images, so yarn install breaks docker-compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda11 committed Jun 7, 2021
1 parent ec4d460 commit dd82da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ DEB_DISTRO := $(shell (echo $(PKG_VERSION) | grep -q dev) && echo unstable || ec
.PHONY: all build clean install deb rpm
all: build

# yarn now included in later node images
npm-install:
echo "npm install"
npm install -g lerna yarn
npm install -g lerna

lerna:
echo "lerna"
Expand Down

0 comments on commit dd82da8

Please sign in to comment.