Skip to content

Commit

Permalink
trying to fix makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 29, 2023
1 parent 507cb12 commit dd3e4c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ test-backend-coverage: dep-backend
########################################################################################################################
.PHONY: dep-frontend
dep-frontend:
cd frontend
yarn install --frozen-lockfile
cd frontend && yarn install --frozen-lockfile

.PHONY: build-frontend-sandbox
build-frontend-sandbox: dep-frontend
Expand Down

0 comments on commit dd3e4c9

Please # to comment.