Skip to content

Commit

Permalink
Fix using yarn enforcing now in pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 14, 2024
1 parent cefb0e9 commit 2a97b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/volto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a97b2a

Please sign in to comment.