From 2a97b2ab6c3cb0cea4fce23cd4765f3c43952329 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Tue, 14 May 2024 17:56:58 +0200 Subject: [PATCH] Fix using yarn enforcing now in pnpm 9 --- packages/volto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/volto/Makefile b/packages/volto/Makefile index 37a3b274ea..d983c26ade 100644 --- a/packages/volto/Makefile +++ b/packages/volto/Makefile @@ -147,8 +147,8 @@ full-test-acceptance-seamless: ## Runs Seamless Core Full Acceptance Testing in ######### Project Acceptance tests .PHONY: start-test-acceptance-frontend-project -start-test-acceptance-frontend-project: build-deps ## Start the Project Acceptance Frontend Fixture - (cd ../../my-volto-app && RAZZLE_API_PATH=http://127.0.0.1:55001/plone pnpm build && pnpm start:prod) +start-test-acceptance-frontend-project: ## Start the Project Acceptance Frontend Fixture + (cd ../../my-volto-app && RAZZLE_API_PATH=http://127.0.0.1:55001/plone yarn build && yarn start:prod) ######### CoreSandbox Acceptance tests